Sign in
apache
/
nuttx-apps
/
cf7491a1fe01afe1c135fa13584939fe06fc55c2
/
.
/
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