Pārlūkot izejas kodu

fix typo in help

txlyre 3 mēneši atpakaļ
vecāks
revīzija
3a24ecb3b6
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      jk.c

+ 2 - 1
jk.c

@@ -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"\