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