1.47 class divide

Arithmetic expression. _/_ evaluates both its binary_expression-left and binary_expression-right operands and returns the (integer) quotient.

Bugs: No checking on division by zero or arithmetic overflow.

See also
- class binary_expression
- class plus
- class times