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

3 lines
40 B
Text

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