2.2.2.1 Operator Tokens

Unary Operator Tokens

Unary operator tokens specify operations that are performed on the previous element in the grammar specified by Rgce (section 2.5.98.88). For example, PtgPercent (section 2.5.98.65) divides the last expression on the stack by 100.

Binary Operator Tokens

Binary operator tokens specify operations that are performed on the previous two elements in the grammar specified by Rgce (section 2.5.98.88). For example, PtgIsect (section 2.5.98.50) intersects the topmost two expressions on the stack.