> ---Matthew Brand wrote:
> I always end up using [: a lot when I write tacit
> programs. Out of interest, does anyone know a cleaner
> way to write the tacit expression below?
> 
>  ( (([: +/[: > [: #&.> ]),2:) $ [: ;[:; ]) (<10
> 20);<(3 4;<1 2)

What was wrong with >; that has already been suggested twice? Or if you
need a tacit verb:

   deBox=: >@;
   deBox (<10 20);<(3 4;<1 2)
10 20
 3  4
 1  2


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

Reply via email to