Now I can't replicate what I put in my prior message, which makes me think I had index origin set to 1 for the first expression.
So never mind. :/ On Wed, Aug 12, 2015 at 1:15 PM, Mike Duvos <[email protected]> wrote: > > )CLEAR > > CLEAR WS > > ⎕IO←0 > > ⌹/3 3 ⍴⍳9 > 1.5 4.8 7.875 > > ⍝ This should be the same as... > > (0 ⌹ 1 ⌹ 2) , (3 ⌹ 4 ⌹ 5) , (6 ⌹ 7 ⌹ 8) > 0 3.75 6.857142857 > > ⍝ Which is the correct answer > > >
