Variables of derived type are declared with the TYPE statement. The following are examples of declarations of variables for each of the derived types defined above:
type(coordinates) :: my_coordinates
type(place) :: my_town
type(place), dimension(10) :: cities
type(link) :: head