home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 60 / supercd60_2.iso / BlitzBasic / Blitz2DPCP / data1.cab / Support / help / beginners / tutorial / input1.bb < prev    next >
Encoding:
Text File  |  2001-11-21  |  99 b   |  5 lines

  1. l$ = Input ("Enter your name:  ") 
  2. Print "Your name is: " : Print l$
  3. Print "Hello ": Print l$
  4.  
  5.