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.0089 sec