Sign in
apache
/
nuttx-apps
/
c5af4d7c2da873bdde172c867b9d9abf88049d0f
/
.
/
examples
/
bastest
/
tests
/
test37.bas
blob: e13e11c311f2f6c9254277ac11e3a16816307b0c [
file
] [
log
] [
blame
]
10
open
"i"
,
1
,
"/mnt/romfs/test37.dat"
20
while
not
eof
(
1
)
30
line input
#1,a$
40
if
a$
=
"abc"
then
print
a$
;
else
print
"def"
50
wend