Toggle navigation
fortran-stack/easy_string
Contents
Source File
Modules
Procedures
Source File
Modules
Procedures
to_upper
Function
13 statements
Source File
easy_string.f90
easy_string_m
to_upper
Contents
None
public elemental function to_upper(x) result(y)
Make a string uppercase
Arguments
Type
Intent
Optional
Attributes
Name
character,
intent(in)
::
x
Input string
Return Value
character
Contents
None