Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dig out a precedence fossil
List assignment is looser than list infix, not just looser than comma.
  • Loading branch information
TimToady committed Mar 31, 2011
1 parent bb2a783 commit b1878bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S03-operators.pod
Expand Up @@ -15,8 +15,8 @@ Synopsis 3: Perl 6 Operators

Created: 8 Mar 2004

Last Modified: 10 Dec 2010
Version: 221
Last Modified: 31 Mar 2011
Version: 222

=head1 Overview

Expand Down Expand Up @@ -2158,7 +2158,7 @@ C<< infix:<=> >>, list assignment
@array = 1,2,3;

With compound targets, performs list assignment. The right side
is looser than comma. You might be wondering why we've classified
is looser than list infix. You might be wondering why we've classified
this as a prefix operator when its token name is C<< infix:<=> >>.
That's because you can view the left side as a special syntax for a
prefix listop, much as if you'd said:
Expand Down

0 comments on commit b1878bf

Please sign in to comment.