<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#stack_manipulation|Stack Manipulation]] ===== swap ===== ^Arguments^Result^Notation^ |Two items on the stack|The 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