Manual

91
exch
exch
Description
Exchange the top-most object on the operand stack with the next lower object.
Usage
1Any 2Any exch 2Any 1Any
1Any Any. Second-to-top object on the operand stack.
2Any Any. Top-most object on the operand stack.
Comments
exch
simply exchanges the positions of the two top objects on the operand stack.










