Also helpful … +`*/1 3 10 4 5 91 1+3*10+4*5 91
> On 12 Feb 2016, at 12:22 AM, Henry Rich <[email protected]> wrote: > > Dissect will show you that g fails because it is being applied to between two > boxes; not in the domain of *. > > Try this: > > +`*/ 1 3 10 > 31 > > It's equivalent to > > 1 + 3 * 30 > > Henry Rich > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
