インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Transformational Intrinsic Function (Generic): Concatenates several copies of a string.
result = REPEAT (string,ncopies)
string |
(Input) Must be scalar and of type character. |
ncopies |
(Input) Must be scalar and of type integer. It must not be negative. |