>From Learning J on 13.2.4,

[quote]
2 : '..  u.  v.  y. ..'      explicit-monad-generating conjunction

2 : '..  u.  v.  x.  y. ..'  explicit-dyad-generating conjunction
[/quote]

I think the first form should work. However, how I can make the second
form work?

My closest trial was, for example:

   foobar=: 2 : 0
:
(x%u) v y
)

Or,

   foobar=:2 : (':';'(x%u) v y')
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to