
evaluate(3)           LPC Library Functions           evaluate(3)

NNAAMMEE
       evaluate() - evaluate a function pointer

SSYYNNOOPPSSIISS
       mixed evaluate(mixed f, ...)

DDEESSCCRRIIPPTTIIOONN
       If f is a function, f is called with the rest of the argu-
       ments.  Otherwise, f is returned.  evaluate(f, ...) is the
       same as (*f)(...).

MudOS                       5 Sep 1994                          1

