Sign in
apache
/
nuttx-apps
/
ec4d7a19f73ceca2a87fd54fc90454ff892c6beb
/
.
/
examples
/
bastest
/
tests
/
test02.bas
blob: 72980011e428cbfe762a78cb3fbb9d320c218d89 [
file
] [
log
] [
blame
]
10
dim a
(
1
)
20
a
(
0
)=
10
30
a
(
1
)=
11
40
a
=
12
50
print
a
(
0
)
60
print
a
(
1
)
70
print
a