home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / MArb92a.zip / True.CMD < prev    next >
OS/2 REXX Batch file  |  1996-04-01  |  428b  |  14 lines

  1. /* REXX */
  2.  
  3. /*  Function     : Fictional agent always returning a value
  4.                    of true. Used to build and test selection trees.
  5.                    Functions as a "stand-in" for an agent yet to be
  6.                    built, but whose value is nonetheless required
  7.                    to test the selection tree.
  8.     Created      : February 10, 1996
  9.     Modifications:
  10. */
  11.  
  12. /* Return true. 
  13. */
  14.     RETURN 1