6.1.1290
DUP
dupe
CORE
 
( x -- x x )

Duplicate x.

Testing:
T{ 1 DUP -> 1 1 }T