Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
is_alpha
Function
4 statements
Source File
stdlib_ascii.fypp
stdlib_ascii
is_alpha
Contents
public pure function is_alpha(c)
Checks whether
c
is an ASCII letter (A .. Z, a .. z).
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in)
::
c
The character to test.
Return Value
logical