lua_pop function

  1. @JS("lua.lua_pop")
void lua_pop(
  1. lua_State L,
  2. int n
)

Implementation

@JS("lua.lua_pop")               external void       lua_pop(lua_State L, int n);