is_blank 函数

public pure function is_blank(c)

检查c是否为空白字符。 这只包括空格和制表符

参数

类型 意图可选 属性 名称
character(len=1), intent(in) :: c

要测试的字符。

返回值 逻辑