add_rpns Interface

interface
public module function add_rpns(a, b) result(r)

Arguments

Type IntentOptional Attributes Name
class(rpn_t), intent(in) :: a
type(rpn_t), intent(in) :: b

Return Value type(rpn_t)