contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   and, &    
  Related Syntax   Related Concepts  

Summary   Boolean

True or false.

 

Syntax

  test expression (and | &) test expression 


Purpose

Boolean "and" operator. If all of the tests in a test-expression evaluate to true, a value of "true" will result. When a test in the group evaluates to false, no further tests are performed and a value of "false" will result.

Usage example:

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

    Related Syntax
   not
   or
 
Related Concepts
   Streams: reopening
 
----  

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.