Sign in
apache
/
nuttx-apps
/
c6051e4c410f79b4cecc8a307430f7cdd0ba227d
/
.
/
examples
/
bastest
/
tests
/
test19.bas
blob: fdf4729e6e5461a6f7963ca957cebf45184c7685 [
file
] [
log
] [
blame
]
for
x
=
1
to
3
if
x
=
1
then
print
"1a"
else
if
x
=
2
then
print
"2a"
else
print
"3a"
end
if
end
if
next
for
x
=
1
to
3
if
x
=
1
then
print
"1b"
elseif x
=
2
then
print
"2b"
elseif x
=
3
then
print
"3b"
next