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

3 lines
70 B
Plaintext

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