4 lines
93 B
PostScript
4 lines
93 B
PostScript
|
|
% our queue is just [] and empty? is already defined.
|
||
|
|
/push {exch tadd}.
|
||
|
|
/pop {uncons exch}.
|