Skip to content

Commit

Permalink
add <-> to index
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Jul 23, 2016
1 parent a973e7b commit fc6c2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Block.pod6
Expand Up @@ -23,7 +23,7 @@ A block can have a signature between C<< -> >> or C<< <-> >> and the block:
If the signature is introduced with C<< <-> >>, then the parameters are marked
as C<rw> by default:
X«|<->»
my $swap = <-> $a, $b { ($a, $b) = ($b, $a) };
my ($a, $b) = (2, 4);
Expand Down

0 comments on commit fc6c2d5

Please sign in to comment.