RosettaCodeData/Task/Copy-a-string/Nim/copy-a-string.nim

4 lines
71 B
Nim

var
c = "This is a string"
d = c # Copy of content into new string