home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / TEST.HLP < prev    next >
Text File  |  1990-06-11  |  399b  |  7 lines

  1. test  -- Command, one input.
  2.      The input must be the word  true  or  the  word  false.   The  command
  3.      remembers  its  input  for  use  in a later iftrue or iffalse command.
  4.      This is an alternative to if which is useful if  several  instructions
  5.      are  to  be  made  conditional  on the same condition.  The remembered
  6.      truth value is local to the current procedure, if any.
  7.