Sign in
apache
/
nuttx-apps
/
refs/heads/releases/9.0
/
.
/
examples
/
bastest
/
tests
/
test01.bas
blob: d2c3494e0709b4ad9f3e5ce338a4e3dfd46f2997 [
file
] [
log
] [
blame
]
10
a
=
1
20
print
a
30
a$
=
"hello"
40
print
a$
50
a
=
0.0002
60
print
a
70
a
=
2.e-6
80
print
a
90
a
=.
2e-6
100
print
a