home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a065 / 1.img / TBLIB.EXE / TBWHSTRT.PRG < prev   
Encoding:
Text File  |  1992-03-09  |  275 b   |  14 lines

  1.     // TBWhStrt.prg
  2.     //
  3.     // TBWhStart() - goTopBlock function implementing general purpose 
  4.     //               while condition
  5.  
  6.     FUNCTION TBWhStart(bFirst, bWhile)
  7.  
  8.       Eval(bFirst)
  9.       IF !Eval(bWhile)
  10.         GOTO 0
  11.       ENDIF
  12.  
  13.     RETURN NIL
  14.