over

Input Stack:
b
a
 
Output Stack:
a
b
a

Copy the item in the second position on the stack to the top.

Example:

a,b,:over
PosInputOutput
0 b a
1 a b
2 a