|
So let's say we have decided to add the new keyword "const" (or something similar, it can be "local_const")In the old program this new keyword is not used, therefore the old program will be able to run on the new Lua 5.4 interpreter.And the new program will benefit from a cleaner syntax.
Let me know if my understanding is correct.Andrea--Andrea Vitali