RosettaCodeData/Task/String-append/Sidef/string-append.sidef
2023-07-01 13:44:08 -04:00

3 lines
40 B
Text

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