call

override fun call(nargs: Int): CallableValue.Executor

Calls the function with the given number of arguments and creates an executor for it.

Return

The executor for the function.

Parameters

nargs

The number of arguments to call with.