Hi,
On Fri, Feb 29, 2008 at 1:20 AM, Tony Balinski <ajbj at free.fr> wrote:
> Assign multiple lvalues in one statement
really nice.
> list assign, thus:
>
> (x, y, z) = args(a, b, c)
Am I right, that with all your other patches, this
define sum_func {
return { "foo", 10 }
}
doesn't work, because of the 0-starting array?
Bert
>
> Tony