lua-users home
lua-l archive

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


David Burgess wrote:

> I looked but did not found an explanation of this syntax
> in the manual.
>
>         for k,v in next,t do ... end

See section 7 of Programming in Lua, particularly:

<http://www.lua.org/pil/7.3.html>

-- 
Aaron