RosettaCodeData/Task/Copy-a-string/Ursa/copy-a-string.ursa
2016-12-05 23:44:36 +01:00

3 lines
38 B
Text

decl string a b
set a "hello"
set b a