History of Idiom 63 > diff from v40 to v41
Edit summary for version 41 by tkoenig:
[Fortran] Added missing initialization for k
[Fortran] Added missing initialization for k
↷
Version 40
2019-09-29, 15:06:15
Version 41
2019-10-01, 22:19:17
Idiom #63 Replace fragment of a string
Assign to x2 the value of string x with all occurrences of y replaced by z.
Assume occurrences of y are not overlapping.
Idiom #63 Replace fragment of a string
Assign to x2 the value of string x with all occurrences of y replaced by z.
Assume occurrences of y are not overlapping.
Comments bubble
Note that _// is string concatenation in Fortran.
Comments bubble
Note that _// is string concatenation in Fortran.