On Dec 5, 2007 3:43 PM, Viktor Cerovski <[EMAIL PROTECTED]> wrote:
> Anyhow, one part of the test says: "remove each individual item
> from right side of L3 and append to right side of L2 (reversing list)".

Since this is the j programming forum, I am going to guess that this
means
   L2,|.L3

Though maybe it really means
   L2=: L2,|.L3
   L3=:''

(To me, these are very different operations, but not a very interesting
benchmark.)

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

Reply via email to