Specifications
B-6
Guide to Printers and Printing
17.%t – Pops the 0 off the stack and, because it is a FALSE (zero) value, calls for the
evaluation of %GWu.
18.%GWu – This value is already known, so a 1 is pushed onto the stack.
19.%{1} – Pushes a 1 onto the stack.
20.%= – Pops the two 1 s off the stack, compares them for equality, and pushes the
resultant 1 onto the stack.
21.%t – Pops the 1 off the stack and, because it is a TRUE (non–zero) values, calls for the
evaluation of %Gs1.
22.%Gs1 – Pushes a 1 onto the stack.
23.%d – Pops the 1 off the stack and returns it, in ASCII format, to the in–progress
calculation of wK.
24.%Pq – Pops the 1 off the stack and stores it in the internal variable q.
25.%GWu – This value is already known, so a 1 is pushed onto the stack.
26.%{3} – Pushes a 3 onto the stack.
27.%< – Pops the top two values off the stack (a 3 and a 1) and, because 1 is less than 3,
pushes a 1 onto the stack.
28.%t – Pops the 1 off the stack and, because it is a TRUE (non–zero) value, calls for the
evaluation of %pq.
29.%pq – Pushes the value of the internal variable q, a 1, onto the stack.
30.%{1} – Pushes a 1 onto the stack.
31.%= – Pops the top two values (two 1 s) off the stack, compares them for equality, and
pushes the resultant 1 onto the stack.
32.%t – Pops the 1 off the stack and, because it is a TRUE (non–zero) value, calls for the
evaluation of %{3200}.
33.%{3200} – Pushes a 3200 onto the stack.
34.%d – Pops the 3200 off the stack and returns it to the in–progress calculation of _w.
35.%G_p – Pushes a 12 onto the stack.
36.%{17} – Pushes a 17 onto the stack.
37.%= – Pops the top two values (a 17 and a 12) off the stack, compares them for equality,
and pushes the resultant 0 onto the stack.
38.%t – Pops the 0 off the stack and, because it is a FALSE (zero) value, calls for the
evaluation of %G_p.
39.%G_p – Pushes a 12 onto the stack.
40.%{10} – Pushes a 10 onto the stack.
41.%* – Pops the top two values (a 10 and a 12) off the stack, multiplies them together, and
pushes the resultant 120 onto the stack.
42.%* – Pops the top two values (a 120 and a 3200) off the stack, multiplies them together,
and pushes the resultant 384000 onto the stack.
43.%G_w – Pushes a 0 onto the stack.
44.%t – Pops the 0 off the stack and, because it is a FALSE (zero) value, calls for the
evaluation of %{3000}.
45.%{3000} – Pushes a 3000 onto the stack.
46.%/ – Pops the top two values (a 3000 and a 384000) off the stack, divides the second
value popped by the first value popped, and pushes the resultant 128 onto the stack.