to_upper Interface

interface
public pure module function to_upper(string) result(upper)

Arguments

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

Return Value character(len=len)