Documentation for infix gt assembled from the following pages:

Language documentation: Operators §

From Operators

(Operators) infix gt §

multi sub infix:<gt>(Mu,    Mu)
multi sub infix:<gt>(Str:DStr: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