home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / libbasic / hello.bas < prev    next >
BASIC Source File  |  1994-04-18  |  76b  |  5 lines

  1.  
  2.     'This is the classic hello world program
  3.  
  4.    print "hello world!"
  5.