ci_example Module


Contents


Functions

public pure function create_greeting(name) result(greeting)

Given a [name], construct a [greeting] for them

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: name

Return Value character(len=:),allocatable