I am developing an application using the latest version of the Lua Glider 2 + Corona SDK. How can I find which version of Lua to use? Thank.
You can use a global variable _VERSIONto find out.
_VERSION
print( _G._VERSION )