Queue/Definition: Difference between revisions

Content added Content deleted
({{out}})
Line 2,482: Line 2,482:


=={{header|PL/I}}==
=={{header|PL/I}}==
<lang PL/I>
<lang pli>
/* To push a node onto the end of the queue. */
/* To push a node onto the end of the queue. */
push: procedure (tail);
push: procedure (tail);