lua-users home
lua-l archive

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


> Feedback, contributions, pull requests and criticism are welcome!

Pack shortcut:
  table.pack = function(...) return {n = select("#", ...), ...} end


Thijs