Skip to content

Commit

Permalink
More Raku entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Nov 4, 2019
1 parent aa06d32 commit 044b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rakudo-nqp-and-pod-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Notes and hints for working with Rakudo NQP and Pod

## Traps for the Perl 6 programmer
## Traps for the Raku programmer

+ **DO NOT use '$0' in match results** - The Perl 6 shorthand for a
+ **DO NOT use '$0' in match results** - The Raku shorthand for a
match variable '**$0**' doesn't work in NQP. Instead, use **$/[0]**
for the zeroeth match. Note the parser will be very confused
otherwise and it currently cannot point to the error.
Expand Down

0 comments on commit 044b339

Please sign in to comment.