How does Lua find the right value for a specific local variable which has been assigned before?
Here is the demo code:
local a=1; local b=2; local c=3;