home *** CD-ROM | disk | FTP | other *** search
/ Floppy Magazine 1988 #6 / Floppy_Magazine_88-6_1988_Megasystems_Oy_fi_Side_A.d64 / mmx (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  91b  |  5 lines

  1. 1 open2,8,2,"files.txt":d$=" : "
  2. 2 input#2,a$,b$,c$:printa$d$b$d$c$
  3. 3 remifa$<>"@"then2
  4. 4 close2
  5.