As the title says, what is _VERSION variable and how can I use it? Please explain and give examples below.
print(_VERSION) >Lua 5.1
The variable stores the current version of Lua from my understanding. Not sure if it can be used for anything else.