public interface operator(+)
Concatenation operator for character and String (as addition). Mixed type concatenation of
character and String is explicitly defined.
For a user reference, see Concatenation.
Functions
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
charsl |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
charsr |
|
Return Value
character(len=len)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(String),
|
intent(in) |
|
|
:: |
Stringl |
|
|
class(String),
|
intent(in) |
|
|
:: |
Stringr |
|
Return Value
type(String)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(String),
|
intent(in) |
|
|
:: |
Stringl |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
charsr |
|
Return Value
type(String)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
charsl |
|
|
class(String),
|
intent(in) |
|
|
:: |
Stringr |
|
Return Value
type(String)