Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | unit | = | -1 | ||
character(len=line_length), | public | :: | line | = | '' | ||
integer, | public | :: | indent | = | 0 | ||
logical, | public | :: | eof | = | .false. | ||
integer, | public | :: | iline | = | 0 | ||
character(len=error_length), | public | :: | error_message | = | '' | ||
logical, | public | :: | has_error | = | .false. |