See Original text in context
multi sub infix:<gt>(Mu, Mu)multi sub infix:<gt>(Str, Str)
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