Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
get_character
Interface
199 statements
Source File
julienne_string_m.f90
julienne_string_m
get_character
Contents
None
interface
private pure module function get_character(self, key, mold) result(value_)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
string_t
),
intent(in)
::
self
class(
string_t
),
intent(in)
::
key
character(len=*),
intent(in)
::
mold
Return Value
character(len=:),allocatable