RosettaCodeData/Task/Copy-a-string/Neko/copy-a-string.neko
2023-07-01 13:44:08 -04:00

2 lines
32 B
Text

var src = "Hello"
var dst = src