home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a065
/
1.img
/
TBLIB.EXE
/
FULLSTAB.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
|
209 b
|
12 lines
// FullStab.prg
//
// FullStabilize() - Repeatedly call stabilize until it returns true
FUNCTION FullStabilize(oTbr)
DO WHILE !oTbr:stabilize()
ENDDO
RETURN NIL