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

2 lines
35 B
QBasic

for i=1 to 10:print i;:next i:end