Try
  c2=: 2 : ('[:';':';'x.*(u. *: n.) * y.')
  2 (- c2 4) 5
_160


June Kim wrote:

c1=:conjunction define   NB. this works
:
x.*(u. *: n.) * y.
)

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

2 (- c1 4) 5

What have I done wrong with c2?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm



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

Reply via email to