contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   not, !    
  Related Syntax    

Summary   Boolean

True or false.

 

Syntax

  (not | !) test-expression


Purpose

A logical operator that simply negates its operand. The resulting expression returns false if the operand evaluated to true, and vice versa.

Usage example:

  do when a < b and not (c < d)
  ...
  done

    Related Syntax
   true, false
 
 
----  

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.