Skip to content

Commit

Permalink
http://irclog.perlgeek.de/perl6/2015-11-08#i_11502289
Browse files Browse the repository at this point in the history
  • Loading branch information
raiph committed Nov 8, 2015
1 parent 8b842a5 commit 820d1c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/Language/variables.pod
Expand Up @@ -48,9 +48,7 @@ List assignment leaves the choice of what to do to the variable on the left.
For example, L<Array> variables (C<@> sigil) empty themselves on list
assignment and then put all the values from the right-hand side into
themselves. Contrary to item assignment, it means that the type of the
variable on the left always stays C<Array>, regardless of the type of the
right-hand side.
themselves.
The type of assignment (item or list) is decided by the first context
seen in the current expression or declarator:
Expand Down

0 comments on commit 820d1c7

Please sign in to comment.