问题
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.
回答1:
You can use the global variable _VERSION to find out.
print( _G._VERSION )
来源:https://stackoverflow.com/questions/21632256/how-to-find-which-version-of-lua-do-i-use