swap:core — ordinary primitive
FORTH
SWAP ( a b -- b a )();p4:"swap";
SWAP ( a b -- b a )(
)
exchanges the value on top of the stack with the value beneath it
dpANS .6.1.2260 - standard forth word