@<(value, value) ; listable
Prefix form of the infix relational operator <
.
This is a total order: values of different type can be compared and the order between unrelated type is ad hoc. Notice however that coercion between numeric applies if needed. So
0 < 0.0
false