Skip to content

Commit

Permalink
Place C<> tags around $0 and $1 when referencing them.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Jan 4, 2018
1 parent 6fb710b commit 2decb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/5to6-perlvar.pod6
Expand Up @@ -73,8 +73,8 @@ X<|$0 (Perl 5)>
You can access the program name in Perl 6 via C<$*PROGRAM-NAME>.
Note: $0 in Perl 6 is the variable holding the first captured value from a
match (i. e. capture variables now start from $0 rather than $1).
Note: C<$0> in Perl 6 is the variable holding the first captured value from a
regexp match (i. e. capture variables now start from C<$0> rather than C<$1>).
=item $REAL_GROUP_ID
Expand Down

0 comments on commit 2decb0d

Please sign in to comment.