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

2 lines
34 B
QBasic
Raw Normal View History

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