RosettaCodeData/Task/String-append/Dyalect/string-append.dyalect

4 lines
38 B
Plaintext

var str = "foo"
str += str
print(str)