lua are variables local to the function code example
Example 1: what is the point of local varaibles in lua
Lua: Mostly for looks, it runs a tiny bit faster but could be usefull in some cases.
Example 2: lua make variable local
local varname = varval