home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
misc1
/
db-comm.lzh
/
T.PRG
< 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
|
1986-08-08
|
102 b
|
11 lines
do while .t.
load inport
c = " "
call inport with c
? asc(c)
if c = "a"
exit
endif
enddo