Documentation for infix ge assembled from the following pages:

Language documentation: Operators §

From Operators

(Operators) infix ge §

multi sub infix:<ge>(Mu,    Mu)
multi sub infix:<ge>(Str:DStr:D)

String greater than or equal to operator.

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

Mnemonic: greater or equal