[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Locals by default yet again, sorry :)
- From: Sergey Kovalev <kovserg33@...>
- Date: Tue, 30 Jul 2019 16:14:18 +0300
Instead
> function fn() noupvalues _ENV={ print=print }
Should be
function fn() noupvalues local _ENV={ print=print }