|
From: | Elias Mårtenson |
Subject: | Re: [Bug-apl] indexing of the array |
Date: | Sat, 5 Mar 2016 22:35:37 +0800 |
Hi Alexey,
the IBM APL2 binding rules say that [] binds stronger than vector notation (IBM APL2
language reference page 34). That is,
100 200[1] is 100 (200[1])
IBM APL2 behaves in the same way as GNU APL.
[Prev in Thread] | Current Thread | [Next in Thread] |