swirl Guide to OmniMark 6   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax    
operator   not    

Return type: Boolean
Returns:       

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. You may use either the exclamation mark ! or the word not for this operator.

Usage example:

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

    Related Syntax
   !
 
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ ERRORS ]

OmniMark 6.5 Documentation Generated: December 23, 2002 at 6:25:31 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-2002.