is_alph Function

public elemental function is_alph(char)

Check if a character belongs to the alphabet This function checks the ASCII collating sequence of the passed character and returns true if the character belongs to the Roman alphabet.

Arguments

Type IntentOptional AttributesName
character(len=1), intent(in) :: char

Return Value logical


Contents

None