-
Why do we use sel[x] here in u.q, could we not have just used x?
sel:{$[`~y;x;select from x where sym in y]} / from u.q
My understanding is that sel returns x unless you enter a y?
If this is the case, could we not have used “x” instead of “sel[x]” in pub?
pub:{[t;x]{[t;x;w]if[count x:sel[x]w 1;(neg first w)(`upd;t;x)]}[t;x]each w t}
Log in to reply.