Why is each not working in this case?
t:(b:s
ga
s`a;c:30 10 43 13 24;g:til 5)
{p:select g from t where c=x; process(p,x)} each (10;30);
Is this the correct syntax and usage of each? I basically want to execute a set of statements for each value on the right.