Easypt

call

..Root.call

Invoke the callable object f with its remaining arguments as arguments and p as its parent.

Child of:

Root

Signatures:

NativeCallable, Callable

Example:

call(Root, log, 1, 2);

Equivalent of Root.log(1, 2);.