DUP3

val DUP3: OP

Duplicates the top three stack items. Input: x1 x2 x3 Output: x1 x2 x3 x1 x2 x3