in reply to Multi-stage flip-flop?

I don't understand, your first example looks wrong.

With Flip/flops the borders are inclusive, i.e. the second condition wouldn't be evaluated if the start still belongs to the first condition.

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

Replies are listed 'Best First'.
Re^2: Multi-stage flip-flop?
by RonW (Parson) on Dec 10, 2014 at 23:46 UTC

    I didn't say that it worked. Only that I wrote it

    Anyway, is an example of why multi-stage flip-flops would be a useful enhancement.

      Please try to give an example highlighting what you mean.

      Cheers Rolf

      (addicted to the Perl Programming Language and ☆☆☆☆ :)

        Reworded the description after the second example and modified the second example for clarity.