home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFHLP.ARC / NEEDS.HLP < prev    next >
Encoding:
Text File  |  1988-01-11  |  633 b   |  19 lines

  1. \ NEEDS.HLP     Conditionally load a file               by Tom Zimmer
  2.  
  3. HAVIT           ( --- a1 )
  4.         A variable used to pass information out of ?LOADED to tell
  5.         if we have loaded the file in question.
  6.  
  7. ?LOADED         ( | NAME --- F1 )
  8.         Have we already loaded the file specified by NAME? Return
  9.         a boolean F1 true if we have.
  10.  
  11. NEEDS           ( | NAME --- )
  12.         Test the file NAME following, if we have not loaded it, then
  13.         load it else just go on.
  14.  
  15. UNWANTED        ( | NAME --- )
  16.         Test the file NAME following, if we have loaded it complain,
  17.         else just go on.
  18.  
  19.