5 lines
90 B
Text
5 lines
90 B
Text
REM will overflow after 32767
|
|
LET N = 0
|
|
10 PRINT N
|
|
LET N = N + 1
|
|
GOTO 10
|