Pike v8.0 release 1738

Method `()()


Method `()

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::`()()