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

  1. 100 on a goto 200
  2. 110 print "loading <months.ml>"
  3. 120 a=1
  4. 130 load "months.ml",8,1
  5. 140 end
  6. 200 print chr$(14);"[147][144][200]ere we go..."
  7. 210 sys 8192
  8.