120
14. (0)>=(0)
(1) Description: Return the condition “True” if the first value is greater than or equal to the second value; otherwise, “False” is
returned.
(2) Return value: Boolean
(3) Example: Partial response
If the chassis front and rear armors were hit last, chassis front and rear LEDs will blink red; if the chassis armors were hit
last on both sides, there is no response.
Note:
“>=” is the symbol for “greater than or equal to” in programming language and has the same meaning as “≥” in mathematical
language.