Posted 09 April 2014 - 05:05 PM
just a question, because I have no imagination in names in variables.
are arguments stated in functions. (so between the brackets.) local when you define a function?
so in the function
is a a local variable in the scope of foo()?
are arguments stated in functions. (so between the brackets.) local when you define a function?
so in the function
function foo(a)
--do stuff
end
is a a local variable in the scope of foo()?
Edited on 09 April 2014 - 03:05 PM