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

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