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

5 lines
41 B
QBasic
Raw Normal View History

print "a"
goto 20
print "b"
20 print "c"