Package avail.interpreter.primitive.numbers

Types

Link copied to clipboard
object P_Addition : Primitive

Primitive: Add two numbers.

Link copied to clipboard
object P_Division : Primitive

Primitive: Divide a number by another number.

Link copied to clipboard
object P_LessOrEqual : Primitive

Primitive: Compare two extended integers and answer a boolean.

Link copied to clipboard
object P_LessThan : Primitive

Primitive: Compare two extended integers and answer a boolean.

Link copied to clipboard
object P_Multiplication : Primitive

Primitive: Multiply two extended integers.

Link copied to clipboard
object P_Subtraction : Primitive

Primitive: Subtract number b from a.