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
/
input1.bb
input1.bb
95 B
Permalink
History
Raw
1
2
3
4
l$ = Input ("Enter your name: ")
Print "Your name is: " : Print l$
Print "Hello ": Print l$