U E D R , A S I H C RSS

구구단/이진훈


구구 .



~cpp .. ..7 ㅡㅡ   ..

	| a b |
	a := 2.
	b := 1.
	8 timesRepeat: [9 timesRepeat: [Transcript show: a * b; cr. b:= b+1]. a:=a+1. b := 1.]. 

깔 =ㅂ=;;

	| a b |
	a := 2.
	b := 1.
	8 timesRepeat: 
              [9 timesRepeat: 
                  [Transcript show:a;show:'*';show:b;show:'=';show: a * b; cr. b:= b+1]. a:=a+1. b := 1.]. 
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:28:45
Processing time 0.0073 sec