mud/lib/doc/efun/functions/evaluate
2020-09-06 05:43:07 -07:00

9 lines
275 B
Plaintext

evaluate - evaluate a function pointer
mixed evaluate(mixed f, ...);
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)(...).
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere