bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] quad-ET doesn't follow SI


From: David B. Lamkins
Subject: [Bug-apl] quad-ET doesn't follow SI
Date: Wed, 28 May 2014 20:45:30 -0700

quad-ET should always reflect the error that caused the top suspension
on the SI. When the SI is empty, quad-ET should yield 0 0.


      ⎕et
0 0
      foo
VALUE ERROR
      foo
      ^
      ⎕et
3 1
      1÷0
DOMAIN ERROR
      1÷0
      ^^
      ⎕et
5 4
      →
      ⎕et
5 4
^^ NOTE: should be 3 1
      →
      ⎕et
5 4
^^ NOTE: should be 0 0
      )si





reply via email to

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