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

3 lines
38 B
Text

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