RosettaCodeData/Task/String-append/Sidef/string-append.sidef

4 lines
40 B
Plaintext

var str = 'Foo';
str += 'bar';
say str;