Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add POD for 'make' builtin
Signed-off-by: Jonathan Worthington <jnthn@jnthn.net>
  • Loading branch information
Chris Dolan authored and jnthn committed Feb 25, 2009
1 parent eecbb2c commit e3f2de0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/builtins/match.pir
Expand Up @@ -25,6 +25,11 @@ src/builtins/match.pir - Perl6 builtins for smart matching
.tailcall x.'REJECTS'(topic)
.end

=item make($item)

Equivalent to C<$/.result_object($item)>. This changes the item value of the current match object.

=cut

.sub 'make'
.param pmc value
Expand Down

0 comments on commit e3f2de0

Please sign in to comment.