[S29] update (was: Re: Question about $pair.kv)

2005-04-10 Thread Ingo Blechschmidt
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

Re: Question about $pair.kv

2005-04-09 Thread Luke Palmer
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

Re: Question about $pair.kv

2005-04-09 Thread Ovid
--- 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.