operator(+) Interface

public interface operator(+)

It marges two arrays of characters to a string.


Module Procedures

public pure function addCharChar(char1, char2) result(char3)

Arguments

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

Return Value character(len=:), allocatable