Returns .true. if line is a comment, .false. other wise.
line is a comment if comment_str is its first non-blank character
sequence. If line is an empty string or contains only blankspaces, the
return value is .false. If comment_str is empty, the return value is
.true..
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | line |
Input string |
||
| character(len=*), | intent(in) | :: | comment_str |
String marking the beginning of a comment. |