Re: Lua 5.1 rc3 now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 rc3 now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2006年2月10日 18:00:27 -0200
> I think table.foreach and table.foreachi should be mentioned somewhere
> in the documentation, either as normal table functions or as deprecated
> functions. Or perhaps I missed something very obvious somewhere... ???
You did not. We did :) Now it is in the documentation (as deprecated,
although they are still available in the code).
-- Roberto