Handling PostScript Arrays

PostScript Add comments

As the interpreter continues through the program Line, it puts more objects on the stack Until it encounters a Right bracket, which is an operator that creates an array containing the stack contents back To the topmost mark. The mark is dropped from the stack, and the array remains.

When the Scanner encounters right bracet, then Allocates space for the array in virtual memory, Creates the array object and pushes it To the operand stack.

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login