lua-users home
lua-l archive

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


On Wed, Oct 16, 2013 at 7:42 AM, Mason Mackaman <masondeanm@aol.com> wrote:
> The Lua website says that "Function unpack was moved into the table library
> and therefore must be called as table.unpack."

Lua 5.2 is usually built with 5.1 compatibility, so unpack and module
still exist.  (Just no (get|set)fenv). Deprecated, so it will finally
go in 5.3. You should be safe for a few years ;)