Sign in
apache
/
nuttx-apps
/
refs/heads/releases/9.0
/
.
/
examples
/
bastest
/
tests
/
test23.bas
blob: f6c93cb40bf817a33e3e121610dbed23c2de8e4a [
file
] [
log
] [
blame
]
dim a
(
2
,
2
)
a
(
2
,
2
)=
2.5
dim b
%(
2
,
2
)
b
%(
2
,
2
)=
3
mat
print
a
mat a
=
a
-
b
%
mat
print
a
dim c$
(
2
,
2
)
c$
(
2
,
1
)=
"hi"
mat
print
c$
mat c$
=
c$
+
c$
mat
print
c$