My first novice LUA question...
Posted: Sat Sep 18, 2010 7:49 pm
I'll probably have questions from time to time since I started studying LUA today.
OK. Is it true that since all variables are of 'no type' (or more specifically, the type of whatever value they hold) that they are not declared? Is this implied by it's first use (within the scope it is contained that is, and assuming a value of 'nil upon first usage if not assigned a value)?
OK. Is it true that since all variables are of 'no type' (or more specifically, the type of whatever value they hold) that they are not declared? Is this implied by it's first use (within the scope it is contained that is, and assuming a value of 'nil upon first usage if not assigned a value)?