Name _<_
Definition (a:val(scalar)) `<` (b:val(scalar)) : expr(bool)
Example 3<5
Defined in ops.l
Implementation icode
Infix _<_ : infix(150,left).
Description Less than relation for all scalars.
Notes Now works correctly for strings.