home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C64'er
/
C64'er.iso
/
sh6x
/
sh69b.d64
/
read.seq
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
1995-03-30
|
85b
|
8 lines
10 OPEN2,8,2,"DATEI,S,R"
20 INPUT#2,A$
30 INPUT#2,B$
40 INPUT#2,C$
50 CLOSE 2
55 PRINTA$,B$,C$
60 END