mirror of
https://github.com/antoinevignau/source.git
synced 2025-02-15 04:32:49 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
5 HOME
|
|
10 PRINT "SLAVE DISKETTE-48K-BY TONY DEAN"
|
|
20 PRINT "SCRATCH DISK FOR 'PICNIC PARANOIA'"
|
|
30 D$ = CHR$ (4)
|
|
40 PRINT D$;"CATALOG"
|
|
50 END
|