Hello there, it's me again about Lua.
I am asking this because I have not found the answer to this question, and before messing up my whole map for testing this, I just want to know if it is possible.
As variables don't have types in Lua and only values have types, can I do this :
a=5
a="Hello"
will it be allowed or will it bug ?
I am asking this because I have not found the answer to this question, and before messing up my whole map for testing this, I just want to know if it is possible.
As variables don't have types in Lua and only values have types, can I do this :
a=5
a="Hello"
will it be allowed or will it bug ?