add_fr Interface

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

Arguments

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

Return Value type(rpn_t)