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

3 lines
42 B
Text

var string: dest is "";
dest := "Hello";