[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Commute compress
From: |
Daniel H. Leidisch |
Subject: |
Re: [Bug-apl] Commute compress |
Date: |
Sun, 02 Mar 2014 18:03:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Juergen Sauermann
<address@hidden> writes:
> I believe this relates to an earlier discussion on this list (around
> Feb. 24, 2014).
>
> You can put the left arg of /⍨ in parentheses which marks it as a
> value at ⎕FX time
> (the default interpretation is function) like this:
>
> (v)/⍨2|v←⍳4
>
> 1 3
Ah, that explains it. I had read the discussion, but I didn't make the
connection when stumbling upon this. Thanks!
Regards,
Daniel