lua-users home
lua-l archive

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


> -    for _, v in methods do
> +    for _, v in pairs(methods) do
> 
> (Wow - when you people deprecate a syntax, you really deprecate it...!)

This syntax was already deprecated in 5.0. It was then removed in 5.1.
--lhf