Hi,

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

/// Jürgen



On 03/02/2014 11:31 AM, Daniel H. Leidisch wrote:
Hello!

Commuting compress results in a syntax error:

       v/⍨2|v←⍳4

This works in NARS2000, Dyalog, and NGN. I'm at r148.


Regards,

Daniel





Reply via email to