in reply to Re: Re: C# reinvents @_
in thread C# reinvents @_
is similar to(foo one two (three four five))
with exactly three parameters according to the function, but the caller does the "collecting".sub foo ($$$); foo ($one, $two, [$three, $four, $five]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: C# reinvents @_
by hding (Chaplain) on Sep 19, 2001 at 19:57 UTC |