On Mon, Jan 25, 2016 at 1:42 PM, Carl Mäsak <cma...@gmail.com> wrote: > Tom (>): >> In creating some new Perl 6 programs I've run across several instances >> I'm confused about, to wit: ... >>> my %h; say 'false' if !%h<a>:exists; >> Unexpected named parameter 'exists' passed > > I can explain this one. But it's the kind of explanation that makes a > person sadder, not happier. ...
Thanks for the excellent description of the situation, Carl. I think I will get used to using the parens for now. Best regards, -Tom