string Interface

public interface string

Creates string object

Calls

interface~~string~~CallsGraph interface~string string proc~string_constructor string_constructor interface~string->proc~string_constructor

Module Procedures

private function string_constructor(str)

Creates string object

Arguments

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

String

Return Value type(string)