Kryptostack
|
Intentionally dissenting from the red book implementation.
This operators are entries in the systemdict dictionary.
Addition without any type conversion between I and R.
Red book arc tangent operator of . But additionally honours the Context angular unit: RAD or DEG.
Throws undefinedresult if both and
are 0.
The result interval is .
Copies duplicates of the top I stack objects onto the stack.
The operations on arrays, dictionaries, stacks and strings aren't implemented.
Cosine.
Honours the Context angular unit: RAD or DEG.
Converts R to I by rounding towards 0. String operands are not implemented.
Converts I to R. String operands are not implemented.
Pops two objects from the operand stack and pushes true if they are
equal, or false if not. The definition of equality depends on the types
of the objects being compared.
The literal/executable attribute of objects is not considered in comparisons
between objects.
Executes the given procedure or the given executable name object.
Pops two objects from the operand stack and pushes true if
the first operand is greater than or equal to the second, or false otherwise.
Pops two objects from the operand stack and pushes true if
the first operand is greater than the second, or false otherwise.
Pops two objects from the operand stack and pushes true if
the first operand is less than or equal to the second, or false otherwise.
Returns the number of elements in the value of its operand if the operand is an array, stack or a string.
If the operand is a dictionary, length returns the current number of entries it contains.
If the operand is a name object, the length returned is the number of characters in the text string that defines it.
In all other cases length returns 1.
Pops two objects from the operand stack and pushes true if
the first operand is less than the second, or false otherwise.
Similar to the red book operator. But implements the mathematical modulus of the integers.
.
Multiplication without any type conversion between I and R.
Stops the interpreter.
Sine.
Honours the Context status angular unit: RAD or DEG.
Subtraction without any type conversion between I and R.
Pushes the systemdict on the operand stack.
It's a true operator to work around the self-referencing situation,
where systemdict contains itself as value systemdict.
Replaces executable names with operator objects recursively into elements
that are arrays. true __compile
enables more advanced optimization and complile
features of bind.