strings_with_character_separator Module Procedure

module procedure strings_with_character_separator pure module function strings_with_character_separator(strings, separator) result(sv)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: strings(:)
character(len=*), intent(in) :: separator

Return Value type(string_t)