On Mon, 23 Apr 2001 13:19:24 +0100, Graham Barr wrote:

>> Or we change the concatenation operator.

>I am thinking that maybe it should be a 2 character operator with at
>least one of then being + as + is common in many other languages
>for doing concatenation.

Or, in analogy to "cmp", "gt" etc:

        $a = $b plus $c;
or
        $a = $b cat $c;

-- 
        Bart.

Reply via email to