Function: lt()
Returns True if one value is less than another.
Syntax
- lt(value, compareValue)
- value < compareValue
Examples
in.calls < 200000
Returns True if the number of calls is less than 200000.
PhixFlow Help
Returns True if one value is less than another.
in.calls < 200000
Returns True if the number of calls is less than 200000.