Apply: Application of Functions Passed as Arguments

      $func? Apply s.Name e.Exp = e.Exp;

Apply returns the result of applying the function referred to by the reference s.Name to the expression e.Exp.