1 2 3 4 5 6 7
module subdir_constants implicit none character(*), parameter :: GREET_STR = 'Hello, ' character(*), parameter :: FAREWELL_STR = 'Goodbye, ' end module subdir_constants