FEST
Source Files
Modules
Procedures
Derived Types
Program
repeat
Interface
3 statements
Source File
iso_varying_string.f90
iso_varying_string
repeat
Contents
Module Procedures
repeat_
public interface repeat
Module Procedures
private elemental function
repeat_
(string, ncopies) result(repeat_string)
Concatenate several copies of a varying string
Arguments
Type
Intent
Optional
Attributes
Name
type(
varying_string
),
intent(in)
::
string
integer,
intent(in)
::
ncopies
Return Value
type(
varying_string
)