home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 69 / 64er_Magazin_Sonderheft_69_19xx_Markt__Technik_de_Side_B.d64 / read-data (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1990-01-01  |  148 b   |  12 lines

  1. 30 fori=1to5
  2. 40 reada$
  3. 50 printa$
  4. 60 next
  5. 62 fori=1to5
  6. 63 reada:printa
  7. 64 next
  8. 69 restore
  9. 70 goto30
  10. 100 data computer,monitor,floppy,joystick,drucker
  11. 200 data 25,123,225,16,24
  12.