4 lines
53 B
Text
4 lines
53 B
Text
|
|
10 FOR I = 1 TO 10 STEP 0
|
||
|
|
20 PRINT "SPAM"
|
||
|
|
30 NEXT I
|