June Kim wrote: 
> c2=: conjunction def 'x.*(u. *: n.) * y.'    NB. this doesn't work

You need a ':' to get a dyad.

   c2=: conjunction def (':';'x.*(u. *: n.) * y.' )

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

Reply via email to