lua-users home
lua-l archive

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


On Fri, Jan 8, 2010 at 3:05 PM, Mark Hamburg <mark@grubmah.com> wrote:

> If module is going to keep doing a setfenv, then will people have any motivation to write "in module( ... ) do < statements > end" as opposed to just "module( ... ) < statements >"?

Because it may become obsolete/incompatible in future versions?

--rb