bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Quad-EA


From: David B. Lamkins
Subject: [Bug-apl] Quad-EA
Date: Fri, 24 Jun 2016 20:05:22 -0700
User-agent: Mutt/1.6.1 (2016-04-27)

When called with a defined function (not a lambda), ⎕EA returns an incorrect 
result.

NOTE: The same issue affects ⎕EB and ⎕EC.

      ]boxing 8
      ∇z←foo
[1] z←1
[2] ∇
      foo
┌─┐
│1│
└─┘
      '0' ⎕ea 'foo'
┌→──────────┐
│1 ┌→──┐ ┌─┐│
│  │0 0│ │1││
│  └───┘ └─┘│
└∊──────────┘
      bar←{1}
      bar
┌─┐
│1│
└─┘
      '0' ⎕ea 'bar'
┌─┐
│1│
└─┘



reply via email to

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