Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
untangle index entry for .( ), .{ }, .[ ]
  • Loading branch information
gfldex committed Jul 15, 2016
1 parent 58b051d commit 2eb85f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/operators.pod6
Expand Up @@ -573,8 +573,8 @@ X<Hyper method call operator>. Will call a method on all elements of a C<List> o
say @a».&foo; # So we can pretend to have a method call with a sub that got a good first positional argument.
say @a».&({ .ord}); # Blocks have an implicit positional arguments that lands in $_. The latter can be omitted for method calls.
=head2 X«postfix C<.postfix>
|postfix,.postfix;postcircumfix,.( );postcircumfix,.[ ];postcircumfix,.{ };postcircumfix,.< >»
=head2 postfix C<.postfix> / C<.postcircumfix>
X<|.( )>X<|.[ ]>X<|.{ }>
In most cases, a dot may be placed before a postfix or postcircumfix:
Expand Down

0 comments on commit 2eb85f3

Please sign in to comment.