RosettaCodeData/Task/String-append/Dyalect/string-append.dyalect
2023-07-01 11:58:00 -04:00

3 lines
38 B
Text

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