lua-users home
lua-l archive

Re: Locals by default yet again, sorry :)

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


Instead
> function fn() noupvalues _ENV={ print=print }
Should be
function fn() noupvalues local _ENV={ print=print }

AltStyle によって変換されたページ (->オリジナル) /