6.1.2260
SWAP
 
CORE
 
( x1 x2 -- x2 x1 )

Exchange the top two stack items.

Testing:
T{ 1 2 SWAP -> 2 1 }T