File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1493,6 +1493,23 @@ Gets hold of the argument capture passed to the current block.
1493
1493
It's valid to implement this exactly the same way as savecapture if there's no performance benefit to be had in a split.
1494
1494
Used by the multi-dispatcher.
1495
1495
1496
+ ## getlex_n
1497
+ * ` getlex_ni(str $name) `
1498
+ * ` getlex_nn(str $name) `
1499
+ * ` getlex_ns(str $name) `
1500
+ * ` getlex_no(str $name) `
1501
+
1502
+ Looks up the lexical with the specified name and the specified type. An error is thrown if it does not exist or if the
1503
+ type is incorrect.
1504
+
1505
+ ## bindlex_n
1506
+ * ` bindlex_ni(str $name) `
1507
+ * ` bindlex_nn(str $name) `
1508
+ * ` bindlex_ns(str $name) `
1509
+ * ` bindlex_no(str $name) `
1510
+
1511
+ Binds to the lexical specified by name and type. An error is thrown if it does not exist or if the type is incorrect.
1512
+
1496
1513
# Variable opcodes
1497
1514
1498
1515
## bind
You can’t perform that action at this time.
0 commit comments