Index

dup2

dup2

Description

Duplicates the top two items currently on the stack without removing the original pair.

Examples

trace4(42 1 dup2) #prints '42 1 42 1'

Index