3 lines
95 B
Text
3 lines
95 B
Text
10 for i = 1 to 10 step 0 : rem A zero step makes the loop infinite
|
|
20 print "SPAM";
|
|
30 next i
|