Skip to content

Commit

Permalink
docs: add stub for nqp::call op to ops.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
samcv committed Nov 22, 2019
1 parent 3de9291 commit 8340d9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ops.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,16 @@ will be achieved via:

$lang.language('My::Lang');

## call
* `call()`

This method is not documented yet.

Example:

nqp::call(nqp::getlexcaller('&say'), 'foo')


## callmethod
* `callmethod(Mu $obj, str $methodname, *@pos, *%named --> Mu)`

Expand Down

0 comments on commit 8340d9c

Please sign in to comment.