Hi, When trying to get element by index from the array specified to the left side, there is a difference in behavior:
100 200[1] RANK ERROR 100 200[1] ^ ^ However: (100 200)[1] ┌───┐ │100│ └───┘ In Dyalog APL both expression gives the same result. Is it a bug or different understanding of the standard? -- Br, /Alexey