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

& (and)

 

 

Return type: Boolean
Returns:       

True or false.



Syntax
  test expression (and | &) test expression 


Purpose

Boolean "and" operator. If all of the tests in a test-expression evaluate to true, a value of "true" will result. When a test in the group evaluates to false, no further tests are performed and a value of "false" will result.

Usage example:

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

    Related Syntax
   ! (not)
   | (or), or
 
Related Concepts
   int32 data type
 
 

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

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

Copyright © Stilo Corporation, 1988-2005.