lua-users home
lua-l archive

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


On 9/25/07, Thomas A. Schmitz <thomas.schmitz@uni-bonn.de> wrote:
>
> I just tried that, and in my completely anecdotal tests, this seems
> to be the fastest solution. And what a great trick - make every
> replacement a table in itself. But why is this table processed in
> order? Thanks so much!
>
> Thomas
> >

The nested tables themselves are assigned implicitly to ordered
indices starting at 1 :)
-- 
James Hearn