home *** CD-ROM | disk | FTP | other *** search
/ Game Programming for Teens / GameProgrammingForTeens.iso / Source / chapter02 / demo02-01.bb next >
Encoding:
Text File  |  2003-04-06  |  112 b   |  4 lines

  1. ;demo02-01.bb - Displays text "Hello World"
  2. Print "Hello, World!" 
  3. ;Wait for the user to press a key
  4. WaitKey