infix >
Documentation for infix >
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix >
multi sub infix:«>»(Int:D, Int:D) multi sub infix:«>»(Num:D, Num:D) multi sub infix:«>»(Real:D, Real:D)
Numeric greater than operator.
Coerces both arguments to Real (if necessary); returns True
if the first argument is larger than the second.