home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 15 / 015.d81 / secret-1 (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1985-01-01  |  192 b   |  9 lines

  1. 100 rem main program
  2. 110 print"this is a test program"
  3. 120 print"now try to use the"
  4. 130 print"run/stop-restore keys"
  5. 140 fort=1to5000:next:rem waiting loop
  6. 150 print"press any key to end"
  7. 160 geta$:ifa$=""then160
  8. 170 end
  9.