int luaopen_testclass (lua_State *L) { luaL_newmetatable(L, "LuaBook.testclass"); //leaves new metatable on the stack lua_pushvalue(L, -1); // there are two ...
確定! 回上一頁