Uri Guttman wrote:
> .= could still be left working as that is a complete separate op from
> method invocation. 

I see a major potential problem with that.

Assuming (which I do) that the equals operator will be
overridable, then you'll need to be able to write

        $obj.='x';

meaning this (as in in C++):

        $obj.operator=('x');

-- 
John Porter

It's a sky-blue sky
The satellites are out tonight
let x = x

Reply via email to