home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progbas
/
ascsu205.arj
/
EXTENDED.ASI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-23
|
133 b
|
14 lines
start:
wait:
a$=inkey$
if a$="" then wait:
b$=chr$(27)
if a$=b$ then finish:
print a$
goto wait:
finish:
print a$
end