``` * (april "a←5 1 ⍴ ⍳5 ⋄ a←a,⊂'test' ⋄ a[a[;1]⍳2;]") ``` This produces an index error. What's wrong here?