You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_str2num.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Convert a stream of values in a string to an array of values.
63
63
64
64
### Arguments
65
65
66
-
`string`: argument has `intent(in)` and is of type `character(*), pointer`.
66
+
`string`: argument has `intent(in)` and is of type `character(:), pointer`.
67
67
68
68
`mold`: argument has `intent(in)` and is of numerical type (currently of `integer` or `real`). **Note**: The type of the `mold` argument defines the type of the result.
0 commit comments