|
> But I'm feeling 98% sure "in nil do ... end" never will become valid Lua.It is valid in 5.2 and it forces (at runtime) that the block does not
contain any references to global variables.
> in nil do a=1 end
Lua 5.2.0 (work1) Copyright (C) 1994-2008 Lua.org, PUC-Rio
stdin:1: attempt to index local '(environment)' (a nil value)