home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a065
/
1.img
/
TBLIB.EXE
/
TBWHSTRT.PRG
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-03-09
|
275 b
|
14 lines
// TBWhStrt.prg
//
// TBWhStart() - goTopBlock function implementing general purpose
// while condition
FUNCTION TBWhStart(bFirst, bWhile)
Eval(bFirst)
IF !Eval(bWhile)
GOTO 0
ENDIF
RETURN NIL