home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 June / APC561.ISO / workshop / other / mac / goodbye.bas < prev    next >
Encoding:
BASIC Source File  |  2000-03-21  |  73 b   |  5 lines

  1. 10 print "Hello"
  2. 20 goto 40
  3. 30 print "Still here"
  4. 40 print "Goodbye"
  5.