home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progbas
/
autil101.arj
/
SIREN.ASI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-08
|
99 b
|
9 lines
again:
for a=1 to 300
sound a,1
next a
a$=inkey$
if a$="" then again: else exit:
exit:
end