RosettaCodeData/Task/String-append/Nanoquery/string-append.nanoquery

5 lines
43 B
Plaintext

s1 = "this is"
s1 += " a test"
println s1