|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Quad-EC |
Date: | Sun, 26 Jun 2016 13:40:31 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hi David, thanks, fixed in SVN 755. /// Jürgen On 06/26/2016 03:53 AM, David B.
Lamkins wrote:
When used to invoke ⎕FX, ⎕EC returns only the value of executing ⎕FX and not any of the values representing the kind of statement executed and its success or failure. ]boxing 8 ⎕ec '⎕fx ''foo''' ┌→──┐ │foo│ └───┘ ⎕ec '⍳3' ┌→──────────────┐ │1 ┌→──┐ ┌→────┐│ │ │0 0│ │1 2 3││ │ └───┘ └─────┘│ └∊──────────────┘ |
[Prev in Thread] | Current Thread | [Next in Thread] |