This means you can write code like this in Lua: foo = 10 local _ENV = { foo=20 } print(foo)
You can write it, but it won't run... [since there's no more print! ;-)] Ashwin.