tuck

Input Stack:
b
a
 
Output Stack:
b
a
b

Shorthand equivalent to writing: :swap,:over

Example:

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