7 lines
119 B
Text
7 lines
119 B
Text
|
|
10 graphic 0,1
|
||
|
|
20 for c=1 to 16
|
||
|
|
30 for b=0 to 7
|
||
|
|
40 color 1,c,b:print "rosetta code!"
|
||
|
|
50 next b:next c
|
||
|
|
60 color 1,0:end
|