swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsSyntaxLibraries
 
  Related Syntax    
operator  

! (not)

 
 

Return type: Switch
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 ! (c < d)
  ...
  done

    Related Syntax
   true, false
 
 
 

Top [ INDEX ] [ CONCEPTS ] [ SYNTAX ] [ LIBRARIES ]

Abridged OmniMark 8.2.0 Documentation Generated: March 18, 2008 at 1:13:47 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.