In Operators§

See primary documentation in context for infix gt

multi infix:<gt>(Mu,    Mu)
multi infix:<gt>(Str:D, Str:D)

String greater than operator.

Coerces both arguments to Str (if necessary); returns True if the first is larger than the second, as determined by lexicographic comparison.

Mnemonic: greater than