Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key |
Some text to write. |
||
logical, | intent(in) | :: | VALUE |
An integer value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key |
Some text to write. |
||
real(kind=NTReal), | intent(in) | :: | VALUE |
A float value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key |
Some text to write. |
||
integer, | intent(in) | :: | VALUE |
An integer value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key |
Some text to write. |
||
character(len=*), | intent(in), | optional | :: | VALUE |
A text value to write. |