Background being java programming. And, no REAL introduction to LUA.
I have this
ClassName.name = "name"
That gets an error of attempting to index a nil value? I am practicing LUA for the first time in an already developed environment (par my work).
first is this a compile time or run time error?
I never created a name value so how could it already be nil?
Does Lua compile top to bottom? Or in logical order?