lua_version

lua_version[-0, +0, –]

const lua_Number *lua_version (lua_State *L);

Returns the address of the version number (a C static variable) stored in the Lua core. When called with a valid lua_State, returns the address of the version used to create that state. When called with NULL, returns the address of the version running the call.

doc_lua
2017-02-21 04:14:53
Comments
Leave a Comment

Please login to continue.