|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Quad-EA |
Date: | Sat, 25 Jun 2016 16:01:34 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
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│ └─┘ |
[Prev in Thread] | Current Thread | [Next in Thread] |