bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Execute each changes shape


From: Kacper Gutowski
Subject: [Bug-apl] Execute each changes shape
Date: Tue, 15 Aug 2017 21:27:20 +0200
User-agent: NeoMutt/20170609 (1.8.3)

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



reply via email to

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