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

5 lines
71 B
Text
Raw Permalink Normal View History

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