Raul Miller-4 wrote: > > 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=:'' > Yes, I should have included J version (I also thought of L2,|. L3). In effect, however, the benchmark program does:
L3=:|.L3 L2=:L2,L3 -- View this message in context: http://www.nabble.com/Computer-Language-Benchmarks-Game-tf4922865s24193.html#a14194501 Sent from the J Programming mailing list archive at Nabble.com. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
