bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] indexing of the array


From: Alexey Veretennikov
Subject: [Bug-apl] indexing of the array
Date: Fri, 04 Mar 2016 20:37:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (darwin)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]