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 fd8e2b0 commit 8f0a986Copy full SHA for 8f0a986
example/strings/example_ends_with.f90
@@ -1,6 +1,6 @@
1
program example_ends_with
2
use stdlib_strings, only: ends_with
3
implicit none
4
- print'(a)', ends_with("pattern", "ern") ! T
5
- print'(a)', ends_with("pattern", "pat") ! F
+ print'(l)', ends_with("pattern", "ern") ! T
+ print'(l)', ends_with("pattern", "pat") ! F
6
end program example_ends_with
0 commit comments