Subject: Re: Passing through multiple parameters
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 21 May 2006 01:40:35 -0500
Newsgroups: comp.lang.lisp
Message-ID: <BdGdnWxY_oD-lu3ZnZ2dnUVZ_vSdnZ2d@speakeasy.net>
Foxpointe <foxpointe@comcast.net> wrote:
+---------------
| I had in mind something along the lines of (subseq (parms 3 `("want
| second item" 5 11))) I suppose put another way, I'm looking for a sort
| of lambda to pass through parameters.
+---------------
(apply 'subseq `("want second item" 5 11))
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607