is_lower Function

public pure function is_lower(c)

Checks whether c is a lowercase ASCII letter (a .. z).

Arguments

TypeIntentOptionalAttributesName
character(len=1), intent(in) :: c

The character to test.

Return Value logical


Contents

None