RosettaCodeData/Task/String-append/Langur/string-append.langur

4 lines
45 B
Plaintext

var s = "no more "
s ~= "foo bars"
writeln s