RosettaCodeData/Task/Copy-a-string/Dc/copy-a-string.dc
2017-09-25 22:28:19 +02:00

3 lines
147 B
Text

[a string] # push "a string" on the main stack
d # duplicate the top value
f # show the current contents of the main stack