참조 다루기
int luaL_ref (lua_State *L, int t);
Returns a reference to the value at the top of the stack into the table at stack position t.
void luaL_unref (lua_State *L, int t, int ref);
Clears reference r in the table at stack position t.