Skip to content

Commit

Permalink
Merge pull request #1261 from titsuki/single-argument-rule-slurpy
Browse files Browse the repository at this point in the history
Add an index for Single Argument Rule Slurpy
  • Loading branch information
titsuki committed Mar 28, 2017
2 parents 1f08eaa + a675404 commit 8817092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Type/Signature.pod6
Expand Up @@ -428,6 +428,7 @@ The double asterisk slurpy hides the nested comma objects and leaves them as-is
in the slurpy array.
=head3 Single Argument Rule Slurpy
X<|+ (Single Argument Rule Slurpy)>
A slurpy parameter created using a plus engages the "single argument rule",
which decides how to handle the slurpy argument based upon context. Basically,
Expand Down

0 comments on commit 8817092

Please sign in to comment.