.\"evaluate a function pointer
.DT
evaluate
$MUDNAME$ driver help
evaluate

.SH Name
.SI 5
evaluate() - evaluate a function pointer
.EI

.SH Synopsis
.SI 5
mixed evaluate( mixed f, ... )
.EI

.SH Description
.SP 5 5
If `f' is a function, `f' is called with the rest of the arguments.
Otherwise, `f' is returned.  evaluate(f, ...) is the same as (*f)(...).
.EP
