We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e902e5c commit 72e1c23Copy full SHA for 72e1c23
doc/specs/stdlib_strings.md
@@ -484,7 +484,7 @@ Pure function
484
485
- `strings`: Array of strings (either `type(string_type)` or `character(len=*)`).
486
This argument is `intent(in)`. It is an array of strings that will be concatenated together.
487
-- `separator`: Character scalar (optional).
+- `separator`: `character(len=*)` scalar (optional).
488
This argument is `intent(in)`. It specifies the separator to be used between the strings. If not provided, the default separator (a space) is used.
489
490
#### Result value
0 commit comments