On Jul 13, 2008, at 16:40 , David A. Black wrote:

> The idea of the =-methods is that they use assignment syntax, and you
> can't do this:
>
>  x=(1,2)

well...

 >>  x = 1, 2
=> [1, 2]