bisquit/examples/numbers.bisq
2021-11-17 19:39:02 +01:00

6 lines
49 B
Plaintext

ASSIGN 10 i
PRINT i
SUB i 1 i
GOTO 2 i
EXIT