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

  1. print "Hello"
  2. goto gb:
  3. print "Still here"
  4. gb:
  5. print "Goodbye"
  6.