lua-users home
lua-l archive

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


2015-05-06 12:22 GMT+02:00 Gaspard Bucher <gaspard@teti.ch>:

> Ouuups... Sorry for the list noise. Simply use "table.pack" and
> "table.unpack".

The version-independent way is

    unpack = unpack or table.unpack