dm_person_has_name Function

public pure elemental function dm_person_has_name(person) result(has)

Returns .true. if the person has a name.

Arguments

Type IntentOptional Attributes Name
type(person_type), intent(in) :: person

Person type.

Return Value logical