is_graphical Function

public pure function is_graphical(c)

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

Arguments

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

The character to test.

Return Value logical