On 9 October 2017 at 17:32, Jay Foad <jay.f...@gmail.com> wrote: > On 9 October 2017 at 10:06, Elias Mårtenson <loke...@gmail.com> wrote: > >> In GNU APL, I'd use ⊂⍤1 to achieve Split. Is that the most efficient way? >> >> > Either that or ⊂[2] (or in general ⊂[n] where n is the rank of the > argument). >
Thank you. I learned something new today. I didn't realise that ⊂ accepted an axis argument. Regards, Elias