)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
)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