<- PRPL reference <- Stack Manipulation
Arguments | Result | Notation |
---|---|---|
value value | value value value value | [value value- value value value value] |
Duplicates the top two items currently on the stack without removing the original pair.
trace4(42 1 dup2) #prints '42 1 42 1'