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