RosettaCodeData/Task/String-append/Phix/string-append.phix
2016-12-05 23:44:36 +01:00

2 lines
70 B
Text

string s = "this string" ?s
s &= " is now longer" ?s