strings_with_comma_separator Module Procedure

module procedure strings_with_comma_separator pure module function strings_with_comma_separator(strings) result(csv)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: strings(:)

Return Value type(string_t)