5 lines
88 B
Text
5 lines
88 B
Text
*FLOAT 64
|
|
REPEAT
|
|
i += 1
|
|
PRINT TAB(0,0) i;
|
|
UNTIL FALSE
|