Sign in
apache
/
nuttx-apps
/
refs/heads/releases/9.0
/
.
/
examples
/
bastest
/
tests
/
test45.bas
blob: 0fc61e9631f70ef8ee7c3d344755bc8bfdea1955 [
file
] [
log
] [
blame
]
10
mid$
(
a$
,
6
,
4
)
=
"ABCD"
20
print
a$
30
a$
=
"0123456789"
40
mid$
(
a$
,
6
,
4
)
=
"ABCD"
50
print
a$
60
a$
=
"0123456789"
70
let
mid$
(
a$
,
6
,
4
)
=
"ABCD"
80
print
a$