Front page | perl.perl6.language |
Postings from April 2001
Re: Tying & Overloading
From:
Bart Lateur
Date:
April 23, 2001 12:04
Subject:
Re: Tying & Overloading
Message ID:
o4v8etcf5r8pojdk1b64bpdg0ajjhsvnbr@4ax.com
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.