RosettaCodeData/Task/String-append/Phix/string-append.phix

3 lines
70 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
string s = "this string" ?s
s &= " is now longer" ?s