FunctionCallNode

constructor(context: Context, name: String, arguments: List<FunctionCallArgument>, isBlock: Boolean)

Parameters

context

context this node lies in, which is where symbols will be loaded from upon execution

name

name of the function to call

arguments

arguments to call the function with

isBlock

whether this function call is an isolated block (opposite: inline)