RosettaCodeData/Task/Program-termination/Tiny-BASIC/program-termination-1.basic

6 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LET I = 0
10 IF I = 10 THEN END
LET I = I + 1
PRINT I
GOTO 10