> operator
Synopsis
This operator
returns whether the first value is greater than the second
value.
Variations
Value1 > Value2
Returns whether the first value is
greater than the second value.
Details |
Examples |
Details and examples
Parameters
Value1
Specifies the first value to be compared
Supported types: Numeric.
Value2
Specifies the second value to be compared
Supported types: Numeric.
Returns
Examples
1. |
The following example returns False.
8>12
|