concatenation shouldn't use '+'

Antoon Pardon <[email protected]> Wed, 28 Apr 2004 10:15:32 +0200
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
I would like people to consider using another symbol
for concatenating.

It is my experience that one can have classes for
which adition as well as concatenation feel as
natural operations for the class. But since
both use the "+" operator one then has to either
use a different symbol for one of the two operations
or do one operation via methods, both feel awkward
and break consistency.

-- 
Antoon Pardon