home *** CD-ROM | disk | FTP | other *** search
- 100 rem main program
- 110 print"this is a test program"
- 120 print"now try to use the"
- 130 print"run/stop-restore keys"
- 140 fort=1to5000:next:rem waiting loop
- 150 print"press any key to end"
- 160 geta$:ifa$=""then160
- 170 end
-