| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | id | = | 1 | ||
| character(len=10), | public | :: | format_name | = | "txt" | ||
| character(len=100), | public | :: | format_description | = | "Text file format" |
type :: Format_file integer :: id = 1 character(LEN=10) :: format_name = "txt" character(LEN=100) :: format_description = "Text file format" end type Format_file