lua-users home
lua-l archive

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


2016-01-26 17:50 GMT+02:00 Soni L. <fakedme@gmail.com>:

> `for k, v in next, t do` is a bit less clear than `for k, v in pairs(t) do`

On the contrary, I regard it as an idiom for bypassing __pairs
metamethods and have often used it.