RE: [ANN] Compat-5.2: a tiny Lua module providing some Lua-5.2-style APIs for Lua 5.1
[
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: Thijs Schreijer <thijs@...>
- Date: Tue, 3 Sep 2013 21:02:15 +0000
> Feedback, contributions, pull requests and criticism are welcome!
Pack shortcut:
table.pack = function(...) return {n = select("#", ...), ...} end
Thijs