LUA_POP(3) Library Functions Manual LUA_POP(3)

lua_poppops n elements from the stack, function indicator [-n, +0, -]

#include <lua.h>

void
lua_pop(lua_State *L, int n);

() pops n elements from the stack.

Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.

The lua_pop() manual page is based on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.

July 18, 2022 Debian