How does Lua find the right value for a specific local variable which has been assigned before?

前端 未结 0 826
独厮守ぢ
独厮守ぢ 2020-12-31 16:31

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;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题