Re: declarative programming, table constructors, multiple returns
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: declarative programming, table constructors, multiple returns
 
- From: "Carl Dougan" <carl.dougan@...>
 
- Date: Mon, 5 Nov 2007 20:48:30 -0800
 
> There's a patch which sounds similar to what you want:
> http://lua-users.org/wiki/LuaPowerPatches and grep table, should be
> the first hit.
>
> Ben
>
Thanks a lot. That solves the problem.
It would be nice not to have to use a patched lua though.
I hope the patch or something similar makes it into the language.
Carl