Kryptostack
Operators Section Figurative

While figurative operators are listed as operators, they don't function in the same way.

They are not core code, but procedures, strings, numbers, dictionaries etc.

This figurative operators are entries in the systemdict and kryptodict dictionaries.

clear$

Stack:
$ K\ -- $

Removes all objects from the given stack object.

π

Stack:
$ --\ R $

Pi as an entry in the kryptodict.

count$

Stack:
$ K\ --\ I $

Returns the size of the given stack object.

dup$

Stack:
$ K\ -- $

Duplicates the top most object of the given stack object.

exch$

Stack:
$ K\ -- $

Exchanges the two top most objects of the given stack object.

errordict

Stack:
$ --\ D $

errordict is a dictionary object in systemdict.

kryptodict

Stack:
$ --\ D $

kryptodict is a dictionary object in systemdict.

languagelevel

Stack:
$ --\ I $

languagelevel returns the level 4.

MAX_INT

Stack:
$ --\ I $

The maxmum I as an entry in the kryptodict.

MIN_INT

Stack:
$ --\ I $

The minimum I as an entry in the kryptodict.

move$

Stack:
$ K_1\ K_2\ -- $

Moves the top most object of $ K_1 $ on top of $ K_2 $.

ne

Stack:
$ X\ X\ --\ B $

Not equal.

See also
eq

null

Stack:
$ --\ L $

Pushes a null object on stack.

product

Stack:
$ --\ S $

Pushes a product describing S on stack.

revision

Stack:
$ --\ I $

Pushes a literal I 1 on stack.

serialnumber

Stack:
$ --\ I $

Pushes a literal I 4711 on stack.

__space

Stack:
$ -- $

Prints a single space character.

statusdict

Stack:
$ --\ D $

statusdict is a dictionary object in systemdict.

userdict

Stack:
$ --\ D $

userdict is a dictionary object in systemdict.

version

Stack:
$ --\ S $

Returns the KryptoStack interpreter version.