When I inspect the arguments being applied here (>1 0 1; 1 1 0; 0 1 1 ) ;"_ 1 > 1 2 3;4 5 6
I see no reason for a length error. -- Raul On Sat, Oct 22, 2022 at 12:07 PM June Kim (김창준) <[email protected]> wrote: > > Hello > > I have been sticking with J805 for years. Today, I experimentally tried > J903 and found a significant difference. > > j805: > > (>1 0 1; 1 1 0; 0 1 1 ) #"_ 1 > 1 2 3;4 5 6 > > |length error > > | (>1 0 1;1 1 0;0 1 1) #"_ 1>1 2 3;4 5 6 > > j903: > > (>1 0 1; 1 1 0; 0 1 1 ) #"_ 1 > 1 2 3;4 5 6 > > 1 3 > > 1 2 > > 2 3 > > > 4 6 > > 4 5 > > 5 6 > > > Why such a difference? > > > June > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
