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

4 lines
48 B
Plaintext

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