home *** CD-ROM | disk | FTP | other *** search
/ C64'er / C64'er.iso / sh6x / sh69b.d64 / read.seq (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  85b  |  8 lines

  1. 10 OPEN2,8,2,"DATEI,S,R"
  2. 20 INPUT#2,A$
  3. 30 INPUT#2,B$
  4. 40 INPUT#2,C$
  5. 50 CLOSE 2
  6. 55 PRINTA$,B$,C$
  7. 60 END
  8.