[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed features for branching logic + minimal implementation
From: |
Nora Platiel |
Subject: |
Re: proposed features for branching logic + minimal implementation |
Date: |
Sun, 11 Oct 2020 17:00:58 +0200 |
Sorry for replying out-of-thread.
> And at each [ clear condition ] step, the flag must be reset, or it will be
> in unknown state.
> As far as I'm aware, the best existing mechanism is currently ':n;tn;'.
Just in case you haven't considered it, there is also:
s/^//;T;
Longer but doesn't require a label.