Function.call - multiple declarations

Function Function.call

bool call (
  out Value[] results
);

Parameters

NameDescription
resultsZero or more return values

Returns

Whether the function ran to completion without hitting a trap.

Function Function.call

bool call (
  Value[] arguments,
  out Value[] results
);

Parameters

NameDescription
arguments
resultsZero or more return values

Returns

Whether the function ran to completion without hitting a trap.