lessThan
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Return
a less than expression.
Parameters
expression
the expression to compare with the current expression.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
a less than expression.
the expression to compare with the current expression.