<- CRPL reference <- Stack Manipulation

swap

ArgumentsResultNotation
Two items on the stackThe original two items, in reversed order n1 n2 – n2 n1

Description

Swaps the order of the top two items on the stack.

Examples

 2 3 swap trace