mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
5 lines
41 B
QBasic
5 lines
41 B
QBasic
|
|
print "a"
|
||
|
|
goto 20
|
||
|
|
print "b"
|
||
|
|
20 print "c"
|