infix lt
| 1 | language documentation Operators |
| 1.1 | (Operators) infix lt |
Documentation for infix lt assembled from the following types:
language documentation Operators
From Operators
(Operators) infix lt
multi sub infix:<lt>(Mu, Mu)multi sub infix:<lt>(Str, Str)
Coerces both arguments to Str (if necessary); returns True if the first is smaller than the second, as determined by lexicographic comparison.
Mnemonic: less than