lua-users home
lua-l archive

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


On Thu, Jun 23, 2016 at 5:50 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> Am 23.06.2016 um 17:29 schröbte steve donovan:
> That's actually my point. The easiest and shortest way to support Lua 5.1
> and up is to just use `{n=select('#',...),...}`.

Which is uglier than table.pack() and doesn't express intention as
well. So I'll continue to monkey-patch Lua 5.1 support ;)