Skip to content

Commit b8b44d8

Browse files
committed
some doco for nqp::makeclosure
1 parent c774afd commit b8b44d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ops.markdown

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,11 @@ actually want to access an attribute of the container.
12491249

12501250
NQP equivalent for Perl 6's `$obj.HOW`.
12511251

1252+
## makeclosure
1253+
* `makeclosure(Block $innerblock)`
1254+
1255+
Creates a lexical closure from the block's outer scope.
1256+
12521257
## rebless
12531258
* `rebless(Mu $obj, Mu:T $type)`
12541259

0 commit comments

Comments
 (0)