lua-users home
lua-l archive

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



On 24-Aug-05, at 11:11 AM, Roberto Ierusalimschy wrote:

"Other types" in this sentence means "functions". No types other than
functions and userdata have environments.

Threads also have environments.

I was going to say something about that, but in 5.1work6 at least, getfenv and setfenv don't seem to allow access to thread environments.