Interval Index Index   <<   >>
 

   x ← ↑ 'Fi' 'Jay' 'John' 'Morten' 'Roger'
   y ← ↑ 'JD' 'Jd' 'Geoff' 'Anna' 'Scott' 'Zeus  '

   x ⍸ y
1 2 1 0 5 5

   x ⍸ x
1 2 3 4 5

¯∞       Fi       Jay      John     Morten   Roger   ∞
↓        ↓        ↓        ↓        ↓        ↓       ↓
(       )[       )[       )[       )[       )[       )
    0        1        2        3        4        5
  Anna     Fi        Jay      John    Morten   Roger
           JD        Jd                        Scott
           Geoff                               Zeus