File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
26
26
- [ stats_distribution_PRNG] ( ./stdlib_stats_distribution_PRNG.html ) - Probability Distributions random number generator
27
27
- [ string\_ type] ( ./stdlib_string_type.html ) - Basic string support
28
28
- [ strings] ( ./stdlib_strings.html ) - String handling and manipulation routines
29
+ - [ stringlist] ( ./stdlib_stringlist.html ) - 1-Dimensional list of strings
29
30
30
31
## Released/Stable Features & Modules
31
32
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Experimental
47
47
48
48
#### Syntax
49
49
50
- For fidx: ` res = [[stdlib_stringlist(module):fidx()]] (idx) `
51
- For bidx: ` res = [[stdlib_stringlist(module):bidx()]] (idx) `
50
+ For fidx: ` res = [[stdlib_stringlist(module):fidx()]] (idx) ` .
51
+ For bidx: ` res = [[stdlib_stringlist(module):bidx()]] (idx) ` .
52
52
53
53
#### Status
54
54
@@ -106,8 +106,9 @@ With argument: Initializes a stringlist equivalent to the input array `array` i.
106
106
107
107
#### Syntax
108
108
109
- No arguments given: ` res = [[stdlib_stringlist(module):stringlist_type(interface)]] () `
110
- With argument: ` res = [[stdlib_stringlist(module):stringlist_type(interface)]] (array) `
109
+ - No arguments given: ` res = [[stdlib_stringlist(module):stringlist_type(interface)]] () `
110
+
111
+ - With argument: ` res = [[stdlib_stringlist(module):stringlist_type(interface)]] (array) `
111
112
112
113
#### Status
113
114
@@ -119,10 +120,11 @@ Pure function.
119
120
120
121
#### Argument
121
122
122
- No arguments.
123
+ 1). No arguments.
123
124
124
- With argument: - ` array ` : array of Character scalar or array of [[ stdlib_string_type(module): string_type (type)]] .
125
- This argument is intent(in).
125
+ 2). With argument:
126
+ - ` array ` : array of Character scalar or array of [[ stdlib_string_type(module): string_type (type)]] .
127
+ This argument is intent(in).
126
128
127
129
#### Result value
128
130
You can’t perform that action at this time.
0 commit comments