Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
only carp about P5 $, variable where it's obvious
  • Loading branch information
TimToady committed May 20, 2013
1 parent 52b6353 commit 8850393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -2416,7 +2416,7 @@ grammar P6 is STD {
}

token special_variable:sym<$,> {
<sym>
<sym> <?before \h* <[ = , ; ? : ! ) \] } ]> >
<.obs('$, variable', ".join() method")>
}

Expand Down

0 comments on commit 8850393

Please sign in to comment.