Value Instructions


Compare
Pops two values of the same type from the stack, and compares them. The first item popped goes on the left side, and the second item on the right side. The cyan underline indicates the bottom of the icon.

Push Integer
Pushes either 1, 0, or -1.

Push Boolean
Pushes either true or false.

Sum
Pops two integers and pushes their sum.

Product
Pops two integers and pushes their product.

Drop
Pops a value from the stack.

Dup
Pushes a copy of the top value of the stack.
Workbench.name
Compare


Furnace.name


Workbench.name
Integer


Furnace.name


Workbench.name
Boolean


Furnace.name


Workbench.name
Sum


Furnace.name


Workbench.name
Product


Furnace.name


Workbench.name
Drop


Furnace.name


Workbench.name
Duplicate


Furnace.name