nuttx-apps/examples/bas/tests/test04.bas
2014-11-07 14:36:02 -06:00

6 lines
57 B
QBasic

10 a=1
20 repeat
30 print a
40 a=a+1
50 until a=10