RosettaCodeData/Task/Copy-a-string/MiniScript/copy-a-string.mini

5 lines
52 B
Plaintext

phrase = "hi"
copy = phrase
print phrase
print copy