GE
The IEC operator is used for the function "greater than or equal to".
Permitted operand data types: any basic data type.
If the first operand is greater than the second operand or the same size as the second operand, the operator returns TRUE, otherwise FALSE.
Examples:
Result: bVar is TRUE.
ST:
bVar := 60 >= 40;
FBD: