dm_lua_is_function Function

public function dm_lua_is_function(lua) result(is_function)

Returns .true. if element on top of stack is of type function.

Arguments

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

Lua type.

Return Value logical


Calls

proc~~dm_lua_is_function~~CallsGraph proc~dm_lua_is_function dm_lua_is_function lua_isfunction lua_isfunction proc~dm_lua_is_function->lua_isfunction