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

  1. 10 if a=0 then a=1:gosub 40:load"drop-down macros",8,1
  2. 20 sys49152
  3. 30 new
  4. 40 poke53280,6:poke53281,6:print"[147]"
  5. 50 a$="loading":gosub500
  6. 60 a$="drop-down macros":gosub500
  7. 70 return
  8. 500 for x=1 to (40-len(a$))/2:printchr$(32);:next:printa$
  9. 510 return
  10.