is_graphical Function

public pure function is_graphical(c)

Checks whether or not c is a printable character other than the space character.

Arguments

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

The character to test.

Return Value logical


Contents

None