contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   is less-equal, <=    
  Related Syntax    

Summary   Boolean

The result is true if the first expression is equal to or less than the second, and false otherwise. Using isnt less-equal reverses these results.

 

Syntax

  expression1 (is less equal | <=) expression2


Purpose

OmniMark operator meaning "is equal to or less than". Can be written as <=. is less-equal can be used on either string expressions or numeric expressions, but both expressions in the comparison must be of the same type.

isnt less-equal is equivalent to using is greater-than.

For example:

  do when a <= b
  ...
  done

    Related Syntax
   is greater-than
 
 
----  

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.