Skip to content

Commit

Permalink
Clarify lack of special meaning of $a,$b in Perl 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 20, 2015
1 parent 1a69575 commit bbb0e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S28-special-names.pod
Expand Up @@ -159,7 +159,7 @@ If a column has a "-" in it, it means that item is unavailable in that version o
STDERR $*ERR See S16; actual variable is $PROCESS::ERR
$_ $ARG $_ More lexically aware
$_[1],$_[2].. $^a,$^b..
$a,$b - Just params to anonymous block
$a,$b - No special meaning whatsoever
- $/ Object with results of last regex match
$1,$2,$3... $0,$1,$2... Match capture variables start at 0
$& $MATCH $<>
Expand Down

0 comments on commit bbb0e90

Please sign in to comment.