infix eq
1 | language documentation Operators |
1.1 | (Operators) infix eq |
Documentation for infix eq
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix eq
multi sub infix:<eq>(Any, Any)multi sub infix:<eq>(Str, Str)
Coerces both arguments to Str (if necessary); returns True
if both are equal.
Mnemonic: equal