contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   is greater-equal, >=    
  Related Syntax    

Summary   Boolean

A value of true if the first numeric expression is equal to or greater than the second, and false otherwise. Using isnt will reverse the results.

 

Syntax

  expression1 (IS GREATER-EQUAL | >=) expression2


Purpose

Logical operator indicating "greater than or equal to". Can also be substituted with the punctuation operator >=. The result is true if the first numeric expression is equal to or greater than the second, and false otherwise. isnt greater-equal reverses these results.

isnt greater-equal has the same usage as is less-than (<).

For example:

  do when a >=b
  ...
  done

    Related Syntax
   is less-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.