is_blank Function

public pure function is_blank(c)

Checks whether or not c is a blank character. That includes the only the space and tab characters

Arguments

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

The character to test.

Return Value logical