dup2

[code]

duplicates last two items onto stack. Useful for handling stereo signals.

 # push 1 and 2 onto the stack
 1 2 
 # duplicate both items
 dup2