[perl #131279] Can't index result of adverbial `[..]`

2017-05-11 Thread Zoffix Znet via RT
On Tue, 09 May 2017 10:41:57 -0700, c...@zoffix.com wrote: > When looking up something with `[...]` postcircumfix, you can add more > postcircumfixes to index the result: > > $ perl6 -e 'dd [*][1]' > "b" > > But this silently gives wrong results if adverbs are present as well: > > $ perl6 -e 'dd

[perl #131279] Can't index result of adverbial `[..]`

2017-05-11 Thread Zoffix Znet via RT
On Tue, 09 May 2017 10:41:57 -0700, c...@zoffix.com wrote: > When looking up something with `[...]` postcircumfix, you can add more > postcircumfixes to index the result: > > $ perl6 -e 'dd [*][1]' > "b" > > But this silently gives wrong results if adverbs are present as well: > > $ perl6 -e 'dd