Wrapper for lua_pop that pops n elements from the Lua API stack.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_State) | :: | L | Handle to the Lua script |
|||
| integer, | intent(in), | optional | :: | n | Number of elements to pop from the Lua API stack, defaults to 1. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=c_int), | private | :: | n_c |