home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 69 / 64er_Magazin_Sonderheft_69_19xx_Markt__Technik_de_Side_B.d64 / get# (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  85b  |  8 lines

  1. 10 open2,8,2,"datei,s,r"
  2. 20 get#2,a$
  3. 21 ifa$=chr$(42)then50
  4. 25 printa$;
  5. 30 goto20
  6. 50 close2
  7. 60 end
  8.