From: Ryan Davis Date: 2008-07-14T09:13:46+09:00 Subject: Re: Passing arguments to a class, how do? 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]