dm_lua_pop Subroutine

public subroutine dm_lua_pop(lua, n)

Pops element on stack.

Arguments

Type IntentOptional Attributes Name
type(lua_state_type), intent(inout) :: lua

Lua type.

integer, intent(in), optional :: n

Stack position.


Calls

proc~~dm_lua_pop~~CallsGraph proc~dm_lua_pop dm_lua_pop interface~dm_present dm_present proc~dm_lua_pop->interface~dm_present lua_pop lua_pop proc~dm_lua_pop->lua_pop