[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Struggling with _ENV in Lua 5.2 (explainded)
- From: Procházka Lukáš Ing. - Pontex s. r. o. <LPr@...>
- Date: Fri, 11 Nov 2011 08:34:49 +0100
On Fri, 11 Nov 2011 08:23:33 +0100, Daurnimator <quae@daurnimator.com> wrote:
In the interpreter each line is a chunk,
i.e. locals only last for the line they are on.
Of course - I forgot that.
I wrote each line to the interpreter; when written to a single file, it works.
LuP