Filter: Difference between revisions

No change in size ,  2 years ago
no edit summary
No edit summary
No edit summary
Line 32:
</pre>
 
However, one drawback of the K6 variant is that does not allow the data in <code>x</code> to be used as a reference for constructing the boolean mask. For exempleexample, consider the problem of filtering all values equal to the maximum in a list. In K9 one could do:
<pre>
{x=|/x}#3 2 1 3 / equivalent to f9[{x=|/x};3 2 1 3]
11

edits