4 lines
64 B
Nim
4 lines
64 B
Nim
|
|
var
|
||
|
|
c = "This is a string"
|
||
|
|
d = c # Copy c into a new string
|