home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / basicaid.zip / ADVANCED.BAS next >
BASIC Source File  |  1984-02-21  |  256b  |  4 lines

  1. 7 ON ERROR GOTO 8 :PLAY"mf" :ON ERROR GOTO 0 :GOTO 10
  2. 8 PRINT "Sorry, but you must use BASICA to run this program.":RESUME 9
  3. 9 ON ERROR GOTO 0 :END
  4.