Kryptostack
Operators Section Internal

Non Standard for debugging and development purposes.

This operators are entries in the systemdict dictionary.

__compile

Stack:
$ B\ -- $

Let operator bind do optimization and compile tasks or not.

See also
bind

__DEG

Stack:
$ -- $

Switches to degrees for trigonometric functions.

__nl

Stack:
$ -- $

Prints a new line to stdout, nothing else.

__print

Stack:
$ X\ --\ X $

Prints a readable presentation based on operator '=' of the top stack object.
The stack will not be altered. No new line will be printed.

__RAD

Stack:
$ -- $

Switches to radians for trigonometric functions.

__rprecision

Stack:
$ I\ -- $

Sets the output precision for real numbers to $ 0 \le I \le 34 $. This is the maximum number of significant digits to be printed.

__snap

Stack:
$ -- $

Writes a system snap shot to stdout.

__tick

Stack:
$ -- $

Prints **TICK** to stdout, nothing else.

__verbose

Stack:
$ --\ B $

Returns verbosity status of interpreter.