Files
BlitzNext/_release/tutorials/basic_tuts/input1.bb
T

5 lines
95 B
BlitzBasic
Raw Normal View History

2014-02-26 16:09:41 +13:00
l$ = Input ("Enter your name: ")
Print "Your name is: " : Print l$
Print "Hello ": Print l$