On Wed, Aug 24, 2005 at 08:38:39AM -0400, John Macdonald wrote:
> When calling a function, I would like to be able to have a
> mixture of named and positional arguments. The named argument
> acts as a tab into the argument list and subsequent unnamed
> arguments continue on.

I see a main point of named parameters to free the caller from the
tyranny of argument order (and vice versa).  It seems to me you're
asking for the worst of both worlds.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to