Greater than
From WikiManual
Takes the two top values on the stack, and checks whether the first value is greater then the second.
Examples:
10 5 > Is true
10 25 > Is false
10 10 > Is false, as 10 is equal to 10, not greater.
Logical Comparison Operators:
|