Use LUADOC console command to get a list of engine functions.
"import" is not a statement, it's a function.
Basically, the lua core is LuaPlus, so most of the changes:
- ~= as well as !=
- # and -- for comments
- no need to use an iterator on a table in "for k, v in table do" construct
- continue
... and all the other 'improvements' provided by LuaPlus. Though it uses lua 5.0 as a base, so there are couple of annoying bugs.
Also, the lua bytecode isn't compatible with any LuaPlus / vanilla lua versions. ( obviously, gpg modified luaplus )