< (Bitwise and conditional)
Checks if one value is less than another.
Arguments
value0
can be a number or a string.value1
must be of the same type as value0
.
Return values
condition
is TRUE if value0
is less than value1
, FALSE otherwise.
Example
Output:
TRUE
FALSE
FALSE