SWAP STDOUT SYSTEM
SWAP ( a b -- b a )  
ansi .6.1.2260 <CORE>
exchanges the value on top of the stack with the value beneath it

reference: p4_swap in ../src/core.c:1767, export CO SWAP