Name _>_
Definition (a:val(scalar)) > (b:val(scalar)) : expr(bool)
Example 5>3
Defined in ops.l
Implementation icode
Infix _>_ : infix(150,left).
Description Greater than relation for all scalars.
Notes Now works correctly for strings.