is_upper Function

public pure function is_upper(c)

Checks whether c is an uppercase ASCII letter (A .. Z).

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: c

The character to test.

Return Value logical