Combine the examples of PUSH, POP, QUEUE, and DEQUEUE into a single
<programlisting> because the snippets depend on each other and are not
independent listings.
Also add commands to show the stack/queue for POP and DEQUEUE so that
the side-effect of removing an item from the variable is manifest in
the example.