home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 49 / 049.d81 / notepad (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  174b  |  10 lines

  1. 10 rem: notepad
  2. 20 rem: copyright andrew little
  3. 30 :
  4. 40 :
  5. 100 if x=0 then x=1:load"note1",8,1
  6. 110 if x=1 then x=2:load"note2",8,1
  7. 120 if x=2 then x=3:load"note3",8,1
  8. 130 if x=3 then sys680:new
  9. 140 end
  10.