add |
Adds two items along the rules of VM '+' operator. |
at |
Passe-par-tout accessor function. |
deq |
Performs a deep equality check. |
div |
Divides two numeric operands along the rules of VM '/' operator. |
eq |
Performs a lexicographic check for the first operand being equal to the second. |
ge |
Performs a lexicographic check for the first operand being greater or equal to the second. |
gt |
Performs a lexicographic check for the first operand being greater than the second. |
le |
Performs a lexicographic check for the first operand being less or equal to the second. |
lt |
Performs a lexicographic check for the first operand being less than the second. |
mod |
Performs a modulo division on numeric operands along the rules of VM '%' operator. |
mul |
Multiplies two items along the rules of VM '*' operator. |
neq |
Performs a lexicographic check for the first operand being not equal to the second. |
sub |
Subtracts two items along the rules of VM '-' operator. |