Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method call_function()


Method call_function

mixed `()(function(:void) fun, mixed ... args)
mixed call_function(function(:void) fun, mixed ... args)

Description

Call a function.

Calls the function fun with the arguments specified by args.

See also

lfun::`()()