On Wed, Mar 17, 2010 at 8:13 AM, Lippu Esa <[email protected]> wrote:
> Is this ok?
>
>   f=.-.~i.@>:@(>./)

You do not need that >: because
the element it adds to the list
will always be removed from the
result.

Thus:
   f=: -.~ i.@(>./)

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

Reply via email to