Hi David,

thanks, fixed in SVN 754.

/// Jürgen


On 06/25/2016 05:05 AM, David B. Lamkins wrote:
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