RosettaCodeData/Task/Enumerations/Fortran/enumerations-2.f

4 lines
78 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
enum, bind(c) :: nametype
enumerator :: one=1, two, three
end enum nametype