4 lines
45 B
Text
4 lines
45 B
Text
|
|
for i = 1 to 10 step 0
|
||
|
|
print "SPAM"
|
||
|
|
next i
|