swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  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
   ! (not)
 
 
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:34 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.