|
@@ -133,6 +133,7 @@ const char *V2HELP =\
|
|
"s. dyadic selfref2 dyadic reference to current function or rhs of bind" "\n"\
|
|
"s. dyadic selfref2 dyadic reference to current function or rhs of bind" "\n"\
|
|
"F. monadic read read file (x=0 to read stdin)" "\n"\
|
|
"F. monadic read read file (x=0 to read stdin)" "\n"\
|
|
"F. dyadic write write file (y=0 to write to stderr)" "\n"\
|
|
"F. dyadic write write file (y=0 to write to stderr)" "\n"\
|
|
|
|
+"t. dyadic cast cast y to type x" "\n"\
|
|
"t. monadic type type of x, array=0, verb=1, symbol=2, number=3, char=4, nil=5, udf=6" "\n"\
|
|
"t. monadic type type of x, array=0, verb=1, symbol=2, number=3, char=4, nil=5, udf=6" "\n"\
|
|
"r. monadic deal yield random elt of x" "\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)" "\n"\
|
|
"r. dyadic roll roll xdy (note: y is 0-based, so >xr.y for 1-based)" "\n"\
|
|
@@ -167,7 +168,7 @@ const char *AHELP =\
|
|
"xf\\. eachleft 1-\\.1 2 3 yields 0 -1 -2" "\n"\
|
|
"xf\\. eachleft 1-\\.1 2 3 yields 0 -1 -2" "\n"\
|
|
"f\": rank #\":1 2 3$1 yields 3 3, #\":inf 2 3$1 yields 1 1 1,:1 1 1" "\n"\
|
|
"f\": rank #\":1 2 3$1 yields 3 3, #\":inf 2 3$1 yields 1 1 1,:1 1 1" "\n"\
|
|
"xf\": rank2 1 2 3 *:\":1 1 2 3 yields (,1),:2 2,:3 3 3" "\n"\
|
|
"xf\": rank2 1 2 3 *:\":1 1 2 3 yields (,1),:2 2,:3 3 3" "\n"\
|
|
-"n` amend 'gw'0 3`'cross' yields 'grows'" "\n"\
|
|
|
|
|
|
+"n` amend 'gw'0 3`'cross' yields 'grows', 1 0 -1(1+)`!.5 yields 2 3 3 4 6" "\n"\
|
|
"f&. filter >;0&.-2!.2 yields 1 2, basically shortcut for ]#.f" "\n"\
|
|
"f&. filter >;0&.-2!.2 yields 1 2, basically shortcut for ]#.f" "\n"\
|
|
"f/: span =;' '/:'x y z' yields (,'x'),:(,'y'),:(,'z')" "\n"\
|
|
"f/: span =;' '/:'x y z' yields (,'x'),:(,'y'),:(,'z')" "\n"\
|
|
"xf/: stencil 3+//:!10 yields 3 6 9 12 15 18 21 24, shortcut for f\"x|:" "\n"\
|
|
"xf/: stencil 3+//:!10 yields 3 6 9 12 15 18 21 24, shortcut for f\"x|:" "\n"\
|