bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Error in error message INDEX ERROR


From: Elias Mårtenson
Subject: [Bug-apl] Error in error message INDEX ERROR
Date: Wed, 29 Mar 2017 13:29:05 +0800

When displaying an index error, the error message doesn't take ⎕IO into account.

To reproduce:

      x ← ⍳10
      x[0]
INDEX ERROR+
      x[0]
      ^^
      )more
⎕IO=1 offending index=-1 max index=10

The offending index should be 0 here.

Regards,
Elias

reply via email to

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