Voorbeelden van het gebruik van Operand stack in het Engels en hun vertalingen in het Nederlands
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Computer
-
Ecclesiastic
-
Official/political
-
Programming
It leaves the operand stack unchanged.
The new array is inserted into the operand stack.
The author describes the operand stack of the PostScript language.
Count: This operator counts the elements of the operand stack.
This means that the operand stack is empty.
This article does not cover all properties of the operand stack.
We continue to tell about the operand stack of the PostScript.
It seeks its parameter as the topmost element of the operand stack.
The operand stack is perhaps the most important part of PostScript.
n is not held in the operand stack.
Therefore the operand stack has the only element 6 after everything is done.
Instead, the result becomes the topmost element of the operand stack.
After all this, the operand stack contains only a single element, an empty array.
The first two objects are integers so they are stored to the operand stack.
To see the content of the operand stack you can use a file operator, pstack.
element into the operand stack.
To get the result of the same action in the operand stack we can follow the below session.
This new form of the prompt reflects the number of the elements in the operand stack.
If there is no marktype element in the operand stack then PostScript complains
When given, PostScript takes the first parameter and inserts to the operand stack.
If it is used then it is removed from the operand stack otherwise it is stored in the operand stack.
Similarly as above, the result is maintained as a new element in the operand stack.
The story of the operand stack will continue in the future articles on different topics related to the operand stack.
Pop command removes the top element from the operand stack and discards it.
PostScript II: The Operand Stack of PostScript, by Emre Demiralp The author describes the operand stack of the PostScript language.
Now we are going to see some examples for the operators of operand stack manipulations.
Pop: This operator discards the topmost element(last entered) of the operand stack.
Dup: This operator creates a copy of the last entered element of the operand stack and pushes it into the operand stack.
is maintained as a new element in the operand stack.
After the operation is done only the result remains in the operand stack as a new element.