Function Value.call

Eagerly calls this value as a function with the given arguments.

Value call(
  const(Value)[] args
);