In Operators§
See primary documentation in context for infix <=, infix ≤.
multi infix:«<=»(Int:D, Int:D) multi infix:«<=»(Num:D, Num:D) multi infix:«<=»(Real:D, Real:D)
Numeric less than or equal to operator.
Coerces both arguments to Real
(if necessary); returns True
if the first argument is smaller than or equal to the second.