[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [new feature proposal for versions after 5.0 final] passing arguments to chunks
- From: "Peter Hill" <corwin@...>
- Date: Fri, 21 Feb 2003 20:14:38 +0800
> OATUR, a discussion occured some time ago about the arg parameter and the
> possibility to rename it at will instead of having this predefined name.
> Has this been dropped ? I'd love to have something like that :-)
>
> function myFunc ( var1 , var2 , ... = myTableOfVariadicArguments )
I like the syntax:
myFunc(var1,var2, ...varRemaining)
with the arg list name being optional (and defaulting to "arg").
Cheers,
Peter Hill.