Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
( ), < >, { } are terms (at least they are not circumfixes)
  • Loading branch information
gfldex committed Jul 15, 2016
1 parent 38036e1 commit 22ddf6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/operators.pod6
Expand Up @@ -369,7 +369,7 @@ compiler to understand you.
=head1 Z<>Term Precedence
=head2 circumfix C«< >»
=head2 term C«< >»
The X<quote-words|qw; quote-words> construct. Breaks up the contents on whitespace, and returns
a L<List|/type/List> of the words. If a word
Expand All @@ -378,7 +378,7 @@ appropriate number.
say <a b c>[1]; # b
=head2 circumfix C«( )»
=head2 term C«( )»
The X<grouping operator>.
Expand All @@ -394,7 +394,7 @@ being interpreted as a named argument.
p a => 1; # named
p (a => 1); # positional
=head2 circumfix C«{ }»
=head2 term C«{ }»
Block or L<Hash> constructor.X<|block constructor; hash constructor>
Expand Down

0 comments on commit 22ddf6d

Please sign in to comment.