Calling one function with a variable number of parameters from another function.
Subject: Calling one function with a variable number of parameters from another function.
From: Stavros Macrakis
Date: Thu, 4 Aug 2011 15:08:14 -0400
Depending on what exactly you're trying to do, you might also want to look
at xreduce, lreduce, rreduce, and tree_reduce.
-s
On Wed, Aug 3, 2011 at 16:49, Bernard Hurley <bernard at marcade.biz> wrote:
> On Mon, 2011-08-01 at 21:35 -0400, Stavros Macrakis wrote:
> > ? apply
>
> Thanks, I should have thought of that since knew apply existed. Must be
> my age.
>
> Bernard
>
>