|
@@ -2291,7 +2291,8 @@ cS VHELP =\
|
|
|
"@ monadic abs |x|" "\n"\
|
|
|
"@ dyadic at pick elts from x by indices from y" "\n"\
|
|
|
"@. monadic shuffle shuffle elts of x" "\n"\
|
|
|
-"@. dyadicn member check whether x is in y" "\n"\
|
|
|
+"@. dyadic member check whether x is in y" "\n"\
|
|
|
+"@: dyadic indexof yield index of x in y or #y if x not in y" "\n"\
|
|
|
"{ monadic head first two elts of x, same as 2#" "\n"\
|
|
|
"{ dyadic bin bin search, e.g. 1 3 5 7 9{8 9 0 yields 3 4 -1" "\n"\
|
|
|
"{. monadic tail last elt of x" "\n"\
|