dc=: 2 : 'u+v+(4 : ''x+y'')'
2 dc 3
2 + 3 + 4 : 'x+y'
4 (2 dc 3) 5
14
+/2 3 4 5
14
--- June Kim <[EMAIL PROTECTED]> wrote:
> >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
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm