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
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