This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
blitz3d
mirror of
https://github.com/blitz-research/blitz3d.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
v1108b
Branches
Tags
master
v1108b
blitz3d
/
_release
/
tutorials
/
basic_tuts
/
variables3.bb
variables3.bb
93 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
11
A$ = "Welcome to "
B$ = "the world "
C$ = "of programming."
D$ = A$ + B$ + C$
Print D$