interpreter/script

6 lines
43 B
Plaintext
Raw Normal View History

2018-02-06 08:48:21 -05:00
set a 0
do
put a
set a (a+1)
while (a<5)