I have something like the following myfirstrun:raze {[x]L: select from
....if count[L] <= 20 continueend} peach vals;And I am trying to add an
if statement in there that would skip the particular entry in `vals` if
the logical condition is met. `cont...