invoke

open operator override fun invoke(arguments: Map<Symbol, Int>): Int(source)

Calls this expression from arguments.

Return

the value.

Parameters

arguments

the map of arguments.


abstract operator fun invoke(arguments: IntArray): Int(source)

Calls this expression from arguments.

Return

the value.

Parameters

arguments

the array of arguments.