We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108c2d6 commit 7388952Copy full SHA for 7388952
docs/nqp-opcode.txt
@@ -1,3 +1,6 @@
1
+Opcode information now stored in ops.markdown - please refer
2
+to that file for any per op documentation (under construction)
3
+
4
General notes:
5
* Not really attempting to be exhaustive just yet -- only want
6
to get the most significant ones done in this pass.
@@ -51,13 +54,6 @@ General notes:
51
54
nqp::getstderr
52
55
nqp::getstdin
53
56
- arithmetic:
- nqp::add_i pir::add__Iii
- nqp::add_n pir::add__Nnn
57
- nqp::add_I
58
- ...etc...
59
- nqp::isnanorinf
60
-
61
logic:
62
nqp::not
63
0 commit comments