Puzzled by the Lua 5.0 documentation references to things like _LOADED, LUA_PATH, _ALERT and so on (that I could not use in Lua 5.1), I discovered all of those have been removed and the functionality put elsewhere. Am I right in thinking that the only one global variable left in Lua 5.1 is _VERSION?
|
|
|
|
|
|
|
The docs seem to think that's almost the case....
It looks like there's also _PROMPT and _PROMPT2, but only when using standalone lua interactively:
|
||
|
|
|
Assuming you don't open ANY libs, there's also '_G', 'pairs', 'ipairs' and 'newproxy'. |
||
