lua-users home
lua-l archive

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


>
> There is special name of _ for dummy variable:
> for _, value in ipairs (...) do ... end
>
That's a perfectly ordinary name, not special.  it's merely
a good habit to reserve that name for a read-never variable.