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

3 lines
38 B
Text

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