>= Greater than or equal to
In this section:
Precedence
7
Description
>= or GE evaluates to 1 (true) if the left operand is equal to or has a greater numeric value than the right operand, otherwise it is 0 (false).
Example
1 >= 2–>02 >= 1–>11 >= 1 –> 1