<- CRPL reference <- Stack Manipulation

dup

ArgumentsResultNotation
Some item on the stackTwo copies of the item on the stack n1 – n1 n1

Description

Duplicates the item currently on the stack without removing the original item.

Examples

#Square a number 
5 dup mul