contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
Test expressions
Prerequisite Concepts      

A test expression is any expression that evaluates to either true or false. Comparisons are all test expressions. Test expressions can only be used in conditions or saved in switch items. They have no numeric or string representations.

The simplest forms of a test expression are:

Comparisons are examples of test expressions. They take either numeric, string, or test expressions as operands and produce a test value (true or false) as a result.

Test expressions can be combined with the logical operators & (and) and | (or). Test expressions can be negated with the operator ! (not).

Prerequisite Concepts
     Conditional constructs
 
   
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:00:52 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.