This is an old revision of the document!
<- CRPL reference <- Stack Manipulation
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The original two items, in reversed order | n1 n2 – n2 n1 |
Swaps the order of the top two items on the stack.
2 3 swap trace