bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Rank operator and function assignment


From: Daniel H. Leidisch
Subject: Re: [Bug-apl] Rank operator and function assignment
Date: Tue, 04 Mar 2014 19:52:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hello!

Juergen Sauermann
<address@hidden> writes:

> What you probably intended to do is:
>
> *      {'foo',⍵}⍤1 (4 5⍴⍳10)*
> foo 1 2 3 4  5
> foo 6 7 8 9 10
> foo 1 2 3 4  5
> foo 6 7 8 9 10

Shouldn't this work, too?

      ({'foo',⍵}⍤1) 4 5⍴⍳10
RANK ERROR
      (λ1⍤1)4 5⍴⍳10
       ^        ^

Works in NARS2000.


Regards,

Daniel




reply via email to

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