Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | category | |||
character(len=:), | public, | allocatable | :: | name |
type :: type_variable_info character(:), allocatable :: name ! 変数名 character(:), allocatable :: category ! カテゴリ名 end type type_variable_info