Plus

class Plus : BinaryExpression


The PLUS operator, which calculates operand1 + operand2.

val x = Plus(1, 2)

Summary