call

open fun Procedure.call(vararg arguments: Expression?): NormalBlock

Calls a custom block procedure.

Return

The created procedure call block.

Parameters

arguments

The arguments to pass to the procedure.