MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lua_Number lua_version

Function lua_Number lua_version

src/lapi.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153LUA_API lua_Number lua_version (lua_State *L) {
154 UNUSED(L);
155 return LUA_VERSION_NUM;
156}
157
158
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected