I got a question.
In Lua, data is dynamic type. variable assign is reference. and.. How about?
a = 10 -- original var. create var
b = a -- ref
c = b -- ref
d = c -- ref
In this case, In d variable, find the original variable?
I got a question.
In Lua, data is dynamic type. variable assign is reference. and.. How about?
a = 10 -- original var. create var
b = a -- ref
c = b -- ref
d = c -- ref
In this case, In d variable, find the original variable?
برچسب:
نویسنده: استخدام کار