[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: setfenv (was Re: tuples)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 16 Sep 2005 13:44:59 -0300
> Another possibility, which Wim and I discussed at some length a couple
> of years ago (and which recently resurfaced, I believe) is the "in
> <expr> do ... end" statement, which makes <expr> the table for unbound
> variable lookup within the syntactic scope of the do...end clause.
We could write modules like this:
in module(modname) do
...
end
-- Roberto