bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Domino Reduce


From: Mike Duvos
Subject: Re: [Bug-apl] Domino Reduce
Date: Wed, 12 Aug 2015 13:20:22 -0700

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 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]