|
@@ -8247,7 +8247,7 @@ static const struct
|
|
|
{"a",
|
|
{"a",
|
|
|
"d. dyadic delete delete elt from y by index x"
|
|
"d. dyadic delete delete elt from y by index x"
|
|
|
"\n"
|
|
"\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"
|
|
"\n"
|
|
|
"p. monadic print print x"
|
|
"p. monadic print print x"
|
|
|
"\n"
|
|
"\n"
|
|
@@ -8269,7 +8269,7 @@ static const struct
|
|
|
"\n"
|
|
"\n"
|
|
|
"r. monadic deal yield random elt of x"
|
|
"r. monadic deal yield random elt of x"
|
|
|
"\n"
|
|
"\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"
|
|
"\n"
|
|
|
"e. monadic eval eval expression, yields udf on parse error"
|
|
"e. monadic eval eval expression, yields udf on parse error"
|
|
|
"\n"
|
|
"\n"
|
|
@@ -8294,6 +8294,7 @@ static const struct
|
|
|
"v. monadic value get value of var x (udf if not defined)"
|
|
"v. monadic value get value of var x (udf if not defined)"
|
|
|
"\n"
|
|
"\n"
|
|
|
"h. monadic hex yield hexadecimal representation of num x"
|
|
"h. monadic hex yield hexadecimal representation of num x"
|
|
|
|
|
+ "\n"
|
|
|
"x. monadic show identity for strings, same as $ repr for other"
|
|
"x. monadic show identity for strings, same as $ repr for other"
|
|
|
"\n"
|
|
"\n"
|
|
|
"x. dyadic rematch match str y with regex (PCRE) x"
|
|
"x. dyadic rematch match str y with regex (PCRE) x"
|