home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C64'er
/
C64'er.iso
/
sh6x
/
sh69b.d64
/
write.seq
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
1995-03-30
|
104b
|
8 lines
10 OPEN2,8,2,"DATEI,S,W"
20 PRINT#2,"FUSSBALL"
30 PRINT#2,"TENNIS"
40 PRINT#2,"HANDBALL"
45 PRINT#2,"*"
50 CLOSE 2
60 END