> Greater than
In this section:
Precedence
7
Description
> evaluates to 1 (true) if the left operand has a higher numeric value than the right operand, otherwise it is 0 (false).
Example
-1 > 1 –> 0 2 > 1 –> 1 1 > 1 –> 0
7
> evaluates to 1 (true) if the left operand has a higher numeric value than the right operand, otherwise it is 0 (false).
-1 > 1 –> 0 2 > 1 –> 1 1 > 1 –> 0