[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Compat-5.2: a tiny Lua module providing some Lua-5.2-style APIs for Lua 5.1
- From: Hisham <h@...>
- Date: Tue, 3 Sep 2013 19:07:17 -0300
On 3 September 2013 18:02, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
>> Feedback, contributions, pull requests and criticism are welcome!
>
> Pack shortcut:
> table.pack = function(...) return {n = select("#", ...), ...} end
Oh, thanks! The tiny module gets tinier :)
-- Hisham
http://hisham.hm/