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││
│  └───┘ └─────┘│
└∊──────────────┘



Reply via email to