[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (alpha-rc3) now available
- From: Patrick Rapin <toupie300@...>
- Date: Mon, 22 Nov 2010 20:03:59 +0100
I noticed that bit32 functions are renamed to lower case again. Let's
hope that this will satisfy most people :-)
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?