is greater-than, >
Full Description
swirl
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

Copyright © OmniMark Technologies Corporation, 1988-1998.