contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   or, |    
  Related Syntax   Related Concepts  

Summary   Boolean

True or false.

 

Syntax

  test expression (or | |)


Purpose

A logical operator that tests "true" if either or both of the operands tests to true. If both are evaluated to false, then the test is also "false". If the first operand evaluates to true, the second is not tested.

Usage example:

  do when a < b or c < d
  ...
  done

    Related Syntax
   true, false
 
Related Concepts
   Attributes: type tests
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:13 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.