|
> I know they're not strictly necessary, but you should get smaller, > faster Lua VM code if you use a pre-processor. The variable names are > not stored, and they don't have to be looked up in a table (global or > user) to find the value. You can achieve exactly the same result by using local variables.