History of Idiom 63 > diff from v39 to v40
Edit summary for version 40 by tkoenig:
[Fortran] Added remark about //
[Fortran] Added remark about //
↷
Version 39
2019-09-29, 13:52:22
Version 40
2019-09-29, 15:06:15
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
Comments bubble
Note that _// is string concatenation in Fortran.