characters_with_comma_separator Module Procedure

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

Arguments

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

Return Value type(string_t)