home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a065
/
1.img
/
TBLIB.EXE
/
KEYSTAB.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-03-09
|
285 b
|
13 lines
// KeyStab.prg
//
// KeyStabilize() - Repeatedly call stabilize until it returns true or
// the user preses a key
FUNCTION KeyStabilize(oTbr)
DO WHILE NextKey() == 0 .AND. !oTbr:stabilize()
ENDDO
RETURN oTbr:stable