lua-users home
lua-l archive

[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 }