This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
2ad05e3062
nuttx-apps
/
examples
/
bastest
/
tests
/
test04.bas
6 lines
55 B
QBasic
Raw
Normal View
History
Unescape
Escape
Port of BAS 2.4 to NuttX by Alan Carvalho de Assis
2014-10-27 14:53:12 +01:00
10
a
=
1
Remove trailing spaces at the end of lines.
2018-08-13 15:47:26 +02:00
20
repeat
Port of BAS 2.4 to NuttX by Alan Carvalho de Assis
2014-10-27 14:53:12 +01:00
30
print
a
40
a
=
a
+
1
50
until
a
=
10
Reference in New Issue
Copy Permalink