
?ExprX $> ?ExprY

   ExprX is strictly greater than ExprY.

Arguments
   ExprX               Arithmetic expression
   ExprY               Arithmetic expression

Type
   library(ic)

Description

   Constrains ExprX to be strictly greater than ExprY.


See Also
   $< / 2, $=< / 2, $>= / 2, $= / 2, $\= / 2, #> / 2, $> / 3, suspend : $> / 2
