Hi Kacper,

thanks, fixed in SVN 1053.

/// Jürgen


On 05/26/2018 12:07 PM, Kacper Gutowski wrote:
Hi,
Thanks for the division fixes.

I'm not sure if the below are outright bugs,
but I find these rather unexpected:

      A←'abc' 'def'
      ≡A[⍳1]
2
      ≡⊃A[⍳1]
1
      ≡⊃A[⍳0]         ⍝ I think it should be 1 too
2
      ≡∊A[⍳1]
1
      ≡∊A[⍳0]         ⍝ result of ∊ should always be simple
2
      'da' ⍋ ⊃A[⍳0]   ⍝ practical problem it causes
DOMAIN ERROR
      'da'⍋⊃A[⍳0]
      ^    ^

What's interesting, by the way, is that 10⎕CR and 2⎕TF show the
expected values of A[⍳0] and ⊃A[⍳0] but they don't match (≡)
the actual ones.

-k



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to