nip

Input Stack:
?
Output Stack:
?

Shorthand equivalent to writing: :swap,:drop

Example:

a,b,:nip
PosInputOutput
0 b b
1 a