Mult

data class Mult(val operands: List<Expression>) : Expression

The product of every operand.

Constructors

Link copied to clipboard
constructor(operands: List<Expression>)

Properties

Link copied to clipboard