Name

swap:core — ordinary primitive

Synopsis

FORTH

SWAP ( a b -- b a )();
p4:"swap";

Description

exchanges the value on top of the stack with the value beneath it

dpANS .6.1.2260 - standard forth word