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 1b81e7e commit f269996Copy full SHA for f269996
example/strings/example_join.f90
@@ -17,5 +17,4 @@ program example_join
17
line = join(words, ", ")
18
print *, "'" // line // "'" !! 'Hello, World, Fortran'
19
20
- stop 0
21
end program example_join
0 commit comments