On Tue, Sep 3, 2019 at 8:18 PM William Michels <w...@caa.columbia.edu>
wrote:

> PS Eirik, I think people might be referring to <{...}> as "pointy
> blocks", but I'm really not sure... .
>

  I'm pretty sure Perl6 pointy blocks still refer to block constructors
with signatures, like: C<< my $add = -> $a, $b = 2 { $a + $b }; >>

  Oh hey, there's an index for it:
https://docs.perl6.org/language/functions#index-entry-pointy_blocks

  (The indexed docs don't actually define the term though …)


Eirik

Reply via email to