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 7eda54b commit 5ed5bc0Copy full SHA for 5ed5bc0
src/PAST/NQP.pir
@@ -507,8 +507,14 @@ entry to produce the node to be returned.
507
# aggregate opcodes
508
maphash['atkey'] = 'set__PQs'
509
maphash['atpos'] = 'set__PQi'
510
+ maphash['atpos_i'] = 'set__IQi'
511
+ maphash['atpos_n'] = 'set__NQi'
512
+ maphash['atpos_s'] = 'set__SQi'
513
maphash['bindkey'] = 'set__1QsP'
514
maphash['bindpos'] = 'set__1QiP'
515
+ maphash['bindpos_i'] = 'set__1Qii'
516
+ maphash['bindpos_n'] = 'set__1Qin'
517
+ maphash['bindpos_s'] = 'set__1Qis'
518
maphash['deletekey'] = 'delete__0Qs'
519
maphash['deletepos'] = 'delete__0Qi'
520
maphash['existskey'] = 'exists__IQs'
0 commit comments