lower Function

public pure function lower(chr) result(res)

returns a lower case character

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: chr

Return Value character(len=:), allocatable