4 lines
38 B
Text
4 lines
38 B
Text
|
|
var str = "foo"
|
||
|
|
str += str
|
||
|
|
print(str)
|