lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 23 June 2016 at 16:16, Philipp Janda <siffiejoe@gmx.net> wrote:
> As long as Lua 5.1 (via LuaJIT) is still relevant, `table.pack` isn't really
> that useful since you need `{n=select('#',...),...}` anyway ...

LuaJIT does include `table.pack()` with the
-DLUAJIT_ENABLE_LUA52COMPAT, which is default on some binaries.



-- 
Javier