Hi,
In message "Re: ruby-dev summary 23459-23562"
on 04/05/26, "SER" <ser / germane-software.com> writes:
|Does this mean that:
|
|a,b = b,a
|
|won't work any more? That it'll have to be:
|a,b = Values( b,a )
No. "b,a" in "a,b = b,a" is a shorthand for "Values(b,a)".
Note that it is still not the final decision.
matz.