RosettaCodeData/Task/Copy-a-string/Dc/copy-a-string.dc

4 lines
147 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
[a string] # push "a string" on the main stack
d # duplicate the top value
f # show the current contents of the main stack