This website requires JavaScript.
Explore
Help
Sign In
wonderful
/
xiuos
Watch
1
Star
0
Fork
You've already forked xiuos
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
master
xiuos
/
Ubiquitous
/
Nuttx
/
apps
/
examples
/
bastest
/
tests
/
test48.bas
8 lines
84 B
QBasic
Raw
Permalink
Blame
History
a
,
b
=
10
print
a
,
b
dim
c
(
10
)
a
,
c
(
a
)
=
2
print
a
,
c
(
2
)
,
c
(
10
)
a$
,
b$
=
"test"
print
a$
,
b$
Reference in New Issue
View Git Blame
Copy Permalink