To complete the exercise: the un-parenthesized expression was evaluated right-to-left: Doing it in pieces may clarify:
NB. >./=<./w <./w _ =_ NB. next function with above result substituted 1 >./1 NB. last function with above result substituted 1 On 10/12/07, Sherlock, Ric <[EMAIL PROTECTED]> wrote: > > Tacit vs not tacit. > The first scentence is being executed non-tacitly > To get it to execute tacitly you need to enclose it with brackets > > (>./=<./) w > 0 > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Forno > > Sent: Friday, 12 October 2007 17:20 > > To: Programming forum > > Subject: [Jprogramming] Confused > > > > I am confused by these results: > > > > w =. i. 0 > > >./=<./ w > > 1 > > EQ =: >./=<./ > > EQ w > > 0 > > > > Any hint? > > Thanks. > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
