119
Note:
“<=” is the symbol for “less than or equal to” in programming language and has the same meaning as “≤” in mathematical
language.
13. (0)>(0)
(1) Description: Return the condition “True” if the first value is larger than the second value; otherwise, “False” is returned.
(2) Return value: Boolean
(3) Example: Calculate cumulative sum (1~10000)
This will calculate the accumulated sum of 1+2+3…+10000; you can check the result using the FPV window (displayed as
Sum=50005000.)