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 6fefa64 commit ab8c7daCopy full SHA for ab8c7da
doc/specs/stdlib_str2num.md
@@ -84,7 +84,7 @@ program example_str2num
84
85
chain = " 1.234 1.E1 1e0 0.1234E0 12.21e+001 -34.5E1"
86
cptr => chain
87
- do i =1, 6
+ do i = 1, 6
88
r(i) = to_num_p( cptr , r(i) ) !> the cptr pointer is shifted within the function
89
end do
90
end program
0 commit comments