sum

fun sum(vararg expressions: Expression): Expression
fun sum(vararg double: Double): Expression

Returns the sum of the inputs.


DSL function for "+".