Right, as mentioned in
http://code.jsoftware.com/wiki/Vocabulary/SpecialCombinations#Whole-Array_Operations
it seems to be implemented as <@;
Henry Rich
On 2/1/2016 12:54 AM, Raul Miller wrote:
Hmm...
this is odd
a=: i. 2 3
b=: 1 2 3
c=: 4
>,&.>/a;b;c
0 1 2
3 4 5
1 2 3
4 4 4
According to the documentation at
http://www.jsoftware.com/help/dictionary/d420.htm that result should
be equivalent to a,b,c (because u/ is supposed to proceed from right
to left). But it's not...
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm