home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1993 November / 1993-11.d64 / easy.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  308b  |  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$="[197][193][211][217][160][196][207][197][211][160][201][212][160]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.