[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: unpack and table.unpack
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 16 Oct 2013 08:18:42 +0200
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 ;)