to_list_1_listclass Function

public function to_list_1_listclass(char1) result(this)

Create a list with a length of 1, where the entity char1 is the content.

Arguments

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

The entity char1 is the content.

Return Value type(List_)