On Sun Aug 02 00:07:25 2009, missingthepoint wrote: > This code: > > say [**] 4,3,2 > > produces: > > 4096 > > But according to S03, ** is right associative, and (I think) the > reduction op is supposed to associate the same way. In other words, > the output should be: > > 262144 > This works now; assigning to moritz++ for tests.
Jonathan