4 lines
81 B
Text
4 lines
81 B
Text
10 LET I% = 0
|
|
20 LET I% = I% + 1
|
|
30 PRINT I%
|
|
40 IF I% MOD 6 <> 0 THEN GOTO 20
|