is_lower 函数

public pure function is_lower(c)

检查c是否为小写 ASCII 字母 (a .. z)。

参数

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

要测试的字符。

返回值 logical