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

Summary   Boolean

The result is true if the first expression is greater than the second, and false otherwise. Using the keyword isnt greater-than reverses these results.

 

Syntax

  expression1 (is greater-than | >) expression2


Purpose

Logical test to determine if one expression is greater than another. Can also be identified by the punctuation operator >. is greater-than can be used with string expressions as well as numeric expressions. isnt greater-than can also be identified by the punctuation operator =<.

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

For example:

  do when a > b
  ...
  done

    Related Syntax
   is less-equal
 
 
----  

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.