How to find which version of Lua do I use?
coronasdk, lua
Solution
You can use the global variable `_VERSION` to find out.
print( _G._VERSION )
Problem
I develop app by using Lua Glider 2 + Corona SDK latest release. How can I find which version of Lua do it use? Thank you.