Sign in
apache
/
nuttx-apps
/
ec4d7a19f73ceca2a87fd54fc90454ff892c6beb
/
.
/
examples
/
bastest
/
tests
/
test08.bas
blob: 56e6dbb506fcbf89fed6d5d346df44a9cf587430 [
file
] [
log
] [
blame
]
10
data
"a"
,
b
20
data
"c"
,
"d
40 read j$
50 print "
j
=
";j$
60 restore 20
70 for i=1 to 3
80 read j$,k$
90 print "
j
=
";j$;"
k
=
";k$
100 next