|
@@ -262,6 +262,7 @@ $: dyadic implode join y inserting x between
|
|
|
|
|
|
p. monadic print print x
|
|
|
P. monadic println print x and a \n
|
|
|
+c. monadic putch print char x
|
|
|
s. monadic selfref1 monadic reference to current function or rhs of bind or top-most train
|
|
|
s. dyadic selfref2 dyadic reference to current function or rhs of bind or top-most train
|
|
|
F. monadic read read file (x=0 to read stdin)
|
|
@@ -277,6 +278,7 @@ y. dyadic system2 exec system command with input
|
|
|
E. monadic exit exit with exit code
|
|
|
L. dyadic tackleft prepend x to y
|
|
|
R. dyadic tackright append x to y
|
|
|
+"v. monadic value get value of var x (udf if not defined)
|
|
|
|
|
|
f" each >"1 2 3 yields 2 3 4
|
|
|
xf" merge 1 2 3,"a b c yields (1,.a),:(2,.b),:(3,.c)
|