On Fri, Sep 14, 2018 at 4:51 AM Andy Bunce <bunce.andy@gmail.com> wrote:
If you put your "possibles" in an array rather than a sequence  then the index of the first non-empty item
identifies the match.

Thank you!  That does it nicely.

It's going to be a little while before I feel like I've comprehended the hof:until() example, but "use an array" is clearly the way to go, here, and I had flat forgotten there _were_ arrays.

-- Graydon