Skip to content

Constants

These glyphs are tools to provide the stack with pre-set information, providing a source for many of the most fundamental species for many spells.

→ number$() Pushes a given number onto the capsum. Practitioners may select the glyph by ‘shift-clicking’, allowing them to ‘hover and scroll’ in order to change the glyph’s value. Pressing ‘shift’ while scrolling modifies the number by 10. The value of this glyph may not be greater than 99.

→ boolean$() Pushes a boolean with value true onto the capsum.

→ boolean$() Pushes a boolean with value false onto the capsum.

num$() → num$() Pushes onto the capsum a random integer between zero and a popped number.

→ number$() Pushes a random decimal with a value between 0 and 1 onto the capsum.

→ vector$() Pushes a unit vector in the x direction onto the capsum (1, 0, 0).

→ vector$() Pushes a unit vector in the y direction onto the capsum (0, 1, 0).

→ vector$() Pushes a unit vector in the z direction onto the capsum (0, 0, 1).

→ number$() Pushes a number with value pi onto the capsum.

→ number$() Pushes a number with the value of Euler’s number onto the capsum.