Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
strings_with_character_separator
Module Procedure
3 statements
Source File
julienne_string_s.F90
julienne_string_s
strings_with_character_separator
Contents
module procedure strings_with_character_separator
pure module function strings_with_character_separator(strings, separator) result(sv)
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_t
),
intent(in)
::
strings
(:)
character(len=*),
intent(in)
::
separator
Return Value
type(
string_t
)