A.11. dup

Signature


any dup any any

Description

Duplicates the top item on the stack.

Examples

1.0 dup 1.0 1.0
"b" dup "b" "b"