[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (alpha-rc3) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 22 Nov 2010 20:24:30 -0200
> Looking at all functions in Lua 5.2, I noticed today that the
> deprecated functions table.foreach(), table.foreachi() and
> table.getn() are still present, although they are not referenced in
> the documentation any more.
> Is there a good reason for that?
No. They should have been removed.
-- Roberto