Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Source Code
subroutine flu_pushboolean(L,b)type(flu_State)::Llogical::binteger(kind=lua_int)::n_cif(b)thenn_c=1_lua_intelsen_c=0_lua_intend if call lua_pushboolean(L%state,n_c)end subroutine flu_pushboolean