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
Branch:
master
Branches
Tags
master
v1108b
blitz3d
/
_release
/
tutorials
/
basic_tuts
/
variables.bb
variables.bb
78 B
Permalink
History
Raw
1
2
3
4
AppTitle "Examples of Variables"
Const width=640,height=480
A = 2 + 2
Print A