$math.lt
Less than (num1 < num2)
Syntax:
$math.lt( num1, num2 )
Returns:
If num1 is less than num2, true will be returned.
Otherwise, false will be returned.
Version Since:
1.0
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$math.lt( $sessionnum, “100” ) = true
If the number of current sessions is less than 100.