ROPE Language Reference - "dup"

"dup" duplicates the top item on the stack. So: if the stack contains the values

 1 2 "three" 4

then calling the action "dup" makes a second copy of the last item, so that it now contains:

 1 2 "three" 4 4

See Also

drop