In Operators§

See primary documentation in context for infix <

multi sub infix:«<»(Int:DInt:D)
multi sub infix:«<»(Num:DNum:D)
multi sub infix:«<»(Real:DReal:D)

Numeric less than operator.

Coerces both arguments to Real (if necessary); returns True if the first argument is smaller than the second.