Greater than or equal to
Reference documentation for using the Greater than or equal to expression
Written By Ben Lehmann
Last updated 10 months ago
Description
Test numbers using the greater than or equal to inequality. If the left number is greater than or equal to the right number, the expression returns TRUE.

Comments
Only number types can be tested with inequalities. Using non-number types produces an error.
v3.0