home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1992 November / 1992-11.d64 / prg2 (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  305b  |  11 lines

  1. 10 rem copyright 1992
  2. 15 rem compute publications intl ltd
  3. 20 rem all rights reserved
  4. 25 print"[147]":poke53280,6:poke53281,6
  5. 30 print"this is program two of the bamov demo"
  6. 35 print"when this program finishes it will"
  7. 40 print"return control back to line 50001"
  8. 45 print"of program one."
  9. 50 fort=1to5000:nextt
  10. 55 return
  11.