home *** CD-ROM | disk | FTP | other *** search
/ C64'er / C64'er.iso / sh6x / sh69b.d64 / get# (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  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.