RosettaCodeData/Task/Copy-a-string/Pop11/copy-a-string-1.pop11

4 lines
49 B
Plaintext

vars src, dst;
'Hello' -> src;
copy(src) -> dst;