swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax   Related Concepts  
operator  

| (or)

 
 

Return type: Switch
Returns:       True or false.

Syntax

test expression (or | |) test expression


Purpose

A logical operator that tests "true" if either or both of the operands tests to true. If both are evaluated to false, then the test is also "false". If the first operand evaluates to true, the second is not tested.

Usage example:

  do when a < b or c < d
  ...
  done

    Related Syntax
   true, false
 
Related Concepts
   int32 data type
 
 

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

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:33:48 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.