Re: globals() how does it work.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: globals() how does it work.
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年3月20日 15:56:48 -0300 (EST)
>For example, how could lua traverse a table without function 'next'?
In Lua 4.0, you can use the 'for' statement instead of 'next'.
--lhf