Minus

class Minus : BinaryExpression

The MINUS operator, which calculates operand1 - operand2.

val x = Minus(2, 1)

Summary