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

  1. 10 poke53280,6:poke53281,6:print"[147]"
  2. 20 a$="[212]he [194][193][205][207][214]/[194][193][211][193][214] program is a":gosub 100
  3. 30 a$="programming utility with a specific":gosub100
  4. 40 a$="structure to it. [208]lease read the":gosub100
  5. 50 a$="accompanying article in [195][207][205][208][213][212][197]'s":gosub100
  6. 60 a$="[199]azette for details, and use directly":gosub100
  7. 70 a$="from the disk.":gosub100:print:print
  8. 80 a$="[208]ress any key to return to [199][207][211]":gosub100
  9. 90 get a$:if a$="" then 90
  10. 95 load"gos.menu",8
  11. 100 for x=1 to (40-len(a$))/2:printchr$(32);:next:printa$
  12. 110 return
  13.