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

  1. 10 OPEN2,8,2,"DATEI,S,W"
  2. 20 PRINT#2,"FUSSBALL"
  3. 30 PRINT#2,"TENNIS"
  4. 40 PRINT#2,"HANDBALL"
  5. 45 PRINT#2,"*"
  6. 50 CLOSE 2
  7. 60 END
  8.