interpreter/script
2018-02-06 08:48:21 -05:00

6 lines
43 B
Plaintext

set a 0
do
put a
set a (a+1)
while (a<5)