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

  1. AppTitle "Examples of Variables"
  2. Const width=640,height=480
  3. A = 2 + 2
  4. Print A
  5.