Or maybe different rank combinations is what you were looking for?

   a=: i. 2 3
   b=: 1 2 3
   c=: 4
   a,b,c
0 1 2 0
3 4 5 0
1 2 3 4
   ; a;b;c
0 1 2
3 4 5
1 2 3
4 4 4

Cheers, bob


> On Jan 31, 2016, at 9:27 PM, Raul Miller <[email protected]> wrote:
> 
> On Sun, Jan 31, 2016 at 9:23 PM, Henry Rich <[email protected]> wrote:
>> When does
>> 
>> ; a;b;c
>> 
>> produce a different result from
>> 
>> a,b,c
>> 
>> (assuming here that a, b, c are not boxed)?
> 
> Well, one example might be:
>   a=:<
>   b=:1
>   c=:2
> 
> Or do you consider that (a) to be boxed?
> 
> Thanks,
> 
> -- 
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to