Other examples in the same vein still failing at r1334:
A←64?64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be 1 0 A←3×⍳64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be INDEX ERROR 0 A←⎕IO+64|3×⍳64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be 1 0 -k
Other examples in the same vein still failing at r1334:
A←64?64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be 1 0 A←3×⍳64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be INDEX ERROR 0 A←⎕IO+64|3×⍳64 ⋄ B←⍳6 ⋄ B≡A[A⍳B] ⍝ this should be 1 0 -k