[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: Tue, 20 Mar 2001 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