txlyre преди 6 часа
родител
ревизия
99c071c6b8
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      jk.c

+ 3 - 2
jk.c

@@ -8247,7 +8247,7 @@ static const struct
     {"a",
      "d. dyadic  delete        delete elt from y by index x"
      "\n"
-     "D. dyadic  deleteInplace delete elt from y by index x (in-place)"
+     "D. dyadic  deleteinsitu  delete elt from y by index x (in-place)"
      "\n"
      "p. monadic print         print x"
      "\n"
@@ -8269,7 +8269,7 @@ static const struct
      "\n"
      "r. monadic deal          yield random elt of x"
      "\n"
-     "r. dyadic  roll          roll xdy (note: y is 0-based, so >xr.y for 1-based)"
+     "r. dyadic  roll          roll xdy (note: y is 0-based, so >xr.y for 1-based), 1r.x is equivalent to r.!.x"
      "\n"
      "e. monadic eval          eval expression, yields udf on parse error"
      "\n"
@@ -8294,6 +8294,7 @@ static const struct
      "v. monadic value         get value of var x (udf if not defined)"
      "\n"
      "h. monadic hex           yield hexadecimal representation of num x"
+     "\n"
      "x. monadic show          identity for strings, same as $ repr for other"
      "\n"
      "x. dyadic  rematch       match str y with regex (PCRE) x"