This command removes the topmost object from the stack and prints it.
This operator puts the depth of the stack on the top of the stack.
This operator removes all objects from the stack.
This operator adds a duplicate copy of the top object of the stack to the stack.
This operator exchanges the position of the top two elements on the stack.
This operator adds a copy of the nth object in the stack to the top.
This operator exchanges the position of the top two elements on the stack.
This command prints a copy of the entire stack, starting from the top and working to the bottom.
David Maxwell,
who is still writing this, would like to
hear your comments and suggestions.
And remember, parts of this manual are based on
P.J. Weingartner's work:
A First Guide to PostScript.