lua-users home
lua-l archive

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


> Been wondering if tuples should be fully supported in Lua.
> local tup = make_tuple('a', nil, 3)  -- imagine better syntax here

This can already be done via a library. There are some around.