swap

Input Stack:
b
a
Output Stack:
a
b

Swap the top two items on the stack.

Example:

a,b,:swap
PosInputOutput
0 b a
1 a b