nuttx-apps/examples/bastest/tests/test46.bas

3 lines
35 B
QBasic
Raw Normal View History

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