lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Alex Queiroz wrote:
Hallo,

On 9/11/06, Eric Scouten <scouten@adobe.com> wrote:

In other words, omission of the table index inside the square
brackets should be expanded to mean the next available integer index.


    I like it! I'm also tired of writing t[#t+1] all of the time.

Excellent idea, this'd save a lot of time and result in easier-to-read code.