Sign in
apache
/
nuttx-apps
/
cf7491a1fe01afe1c135fa13584939fe06fc55c2
/
.
/
examples
/
bastest
/
tests
/
test11.bas
blob: eac9f17d07ae7d165fd2350859cdc02dbb694f82 [
file
] [
log
] [
blame
]
10
open
"i"
,
1
,
"test.bas"
20
while
not
eof
(
1
)
30
line input
#1,a$
40
print
a$
50
wend