6 lines
64 B
Text
6 lines
64 B
Text
|
|
FOR n = 1 TO 15
|
||
|
|
SET COLOR n
|
||
|
|
PRINT "Rosetta Code"
|
||
|
|
NEXT n
|
||
|
|
END
|