swirl Guide to OmniMark 5   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.

Usage example:

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

    Related Syntax
   true, false
 
 
----  

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

Generated: August 11, 2000 at 3:06:48 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.