Hi,
Luke Palmer luqui.org> writes:
> Stevan Little writes:
> > One tests shows $pair.kv returning an array with two elements (the key
> > and value of the pair). (This is also how Pugs currently implements
> > this.)
>
> The former is certainly correct. When all else fails, consider a
Stevan Little writes:
> One tests shows $pair.kv returning an array with two elements (the key
> and value of the pair). (This is also how Pugs currently implements
> this.)
>
> Another test shows $pair.kv returning an array with one element which
> is an array-ref/list which itself has 2 eleme
--- Stevan Little <[EMAIL PROTECTED]> wrote:
> Autrijus asked me to look into the correct behavior for $pair.kv
> One tests shows $pair.kv returning an array with two elements (the
> key
> and value of the pair). (This is also how Pugs currently implements
> this.)
>
> Another test shows $pair.