home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1993 October / 1993-10.d64 / meganote (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  306b  |  12 lines

  1. 10 print"[147]":poke53280,6:poke53281,6
  2. 50 a$="[208]lease read the accompanying":gosub500
  3. 70 a$="documentation in this month's issue of":gosub500
  4. 90 a$="[195][207][205][208][213][212][197]'s [199]azette":gosub500
  5. 100 a$="for information on running the":gosub500
  6. 110 a$="[205][197][199][193][205][207][210][208][200][211] program.":gosub500
  7. 200 end
  8. 500 y= (40-len(a$))/2
  9. 510 for x=1 to y:printchr$(32);:next
  10. 520 printa$
  11. 530 return
  12.