Re: Any kv() question

2009-03-12 Thread Moritz Lenz
Hi, Cory Spencer wrote: > In the spectest suite (specifically in: t/spec/S32-array/kv.t), the last > several tests seem to be testing for named arguments to kv: > > # check the non-invocant form with named arguments > my @array = ; > my @kv = kv(:array(@array)); > #?rakudo s

Any kv() question

2009-03-12 Thread Cory Spencer
In the spectest suite (specifically in: t/spec/S32-array/kv.t), the last several tests seem to be testing for named arguments to kv: # check the non-invocant form with named arguments my @array = ; my @kv = kv(:array(@array)); #?rakudo skip 'named args' is(+...@kv, 8, 'kv(