plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(+)
Interface
MIT
3 statements
Source File
StringClass.f90
StringClass
operator(+)
Contents
Module Procedures
addCharChar
public interface operator(+)
It marges two arrays of characters to a string.
Module Procedures
public pure function
addCharChar
(char1, char2) result(char3)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
char1
character(len=*),
intent(in)
::
char2
Return Value
character(len=:), allocatable