Problem with a defmacro declaration

From: Asuka (asukahot_at_hotmail.com)
Date: 02/23/05


Date: Wed, 23 Feb 2005 02:56:10 +0100

Hi, I want to define a macro that can afford infinite arguments in in its
declaration in the way

(myMacro 1 2 3 4)

(myMacro 1 2 3 4 5)

I mean, in one macro declaration, i want to be able to work with n
arguments.

Can anybody help me?

Thanx