subtract

expect fun subtract(expression: Expression): Expression(source)

Create a subtract expression to subtract the given expression from the current expression.

Return

a subtract expression.

Parameters

expression

an expression to subtract from the current expression.

actual fun subtract(expression: Expression): Expression(source)
actual fun subtract(expression: Expression): Expression(source)