Relational Operators
The priority of the operators is defined from 1 to 9, 9 being the strongest priority.
<,><=,>,>="><, <=, >, >=
-
*Description**: Comparison operators.
-
*Number of Parameters**: 2
-
*Parameter type**: numerical, numerical
-
*Result type**: boolean
-
*Priority**: 5
\==, !=
-
*Description**: Equality and non equality operators.
-
*Number of Parameters:** 2
-
*Parameter type**: the two parameters have to be of the same type or numerical
-
*Result type**: boolean
-
*Priority**: 4