On 14/09/20 15:00, Philippe Mathieu-Daudé wrote: >> That makes sense, except that 'last' statement which will escape the >> loop if one of the bad patterns is found. >> >> Maybe we can just drop 'last' from both if-then blocks? We'll get >> multiple alerts if bad patterns are used more than once in the same >> line, which sounds OK to me. > No objection. >
Sounds good. Paolo