bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Unique of nested arrays doesn't work


From: Juergen Sauermann
Subject: Re: [Bug-apl] Unique of nested arrays doesn't work
Date: Fri, 14 Feb 2014 16:15:33 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

thanks, fixed in SVN 120.

/// Jürgen


On 02/07/2014 03:33 PM, Daniel H. Leidisch wrote:
Hello!

Unique with nested arrays results in a domain error:

       ∪1⍴¨1 2 3 4 1
DOMAIN ERROR
       ∪1⍴¨1 2 3 4 1
       ^
       ∪'foo' 'bar' 'baz' 'foo'
DOMAIN ERROR
       ∪'foo' 'bar' 'baz' 'foo'
       ^

Both examples work in Dyalog, NGN, and, according to their
documentation, MicroAPL. I'm at r116.


Regards,

Daniel







reply via email to

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