
apply(3)              LPC Library Functions              apply(3)

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

SSYYNNOOPPSSIISS
       mixed apply(mixed f, mixed *args)

DDEESSCCRRIIPPTTIIOONN
       If  f  is  a  function,  f is called with the array 'args'
       expanded as it's arguments.  For example,

       apply(f, ({ 1, 2, 3 }) ) is the same as evaluate(f, 1,  2,
       3);

MudOS                       5 Sep 1994                          1

