|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Execute each changes shape |
Date: | Wed, 16 Aug 2017 13:13:51 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
Hi Kacper, thanks, fixed in SVN 994. /// Jürgen On 08/15/2017 09:27 PM, Kacper Gutowski
wrote:
I'm not sure when it started happening, but it seems that ⍎¨ always returns a vector regardless of the shape of its argument: ⍴ ⍎¨ '1' 1 ⍴ {⍎⍵}¨ '1' ⍴ ⍎¨ 2 2⍴,¨'1234' 4 ⍴ {⍎⍵}¨ 2 2⍴,¨'1234' 2 2 -k |
[Prev in Thread] | Current Thread | [Next in Thread] |