hi again,
a similar circumstance to my last question,
but (i think) unrelated issue:
q)t:flip a
b!2 3# til 4;t
a b
0 3
1 0
2 1
q){update a:5 where .[x;0 1b] from y}[{x or y};`t];t
{update a:5 where .[x;0 1b] from y}
'length
can i use dot?
ta, jack.