in reply to Re^3: Removing overloaded string operator
in thread Removing overloaded string operator
The prototype doesn't matter. The concatenation operator has a higher precedence than both list operators (most function calls), and named unary operators (function calls with the $ or ;$ prototypes).