On Fri Aug 23 20:52:08 2024 +0000, Anders Kjersem wrote:
It can if I copy the code at the goto location but is that somehow better? More code just to avoid the goto?
Or you can simply move the label one line higher (done is always TRUE at that point, so that changes nothing), then convert it to a simple if. Sure, it adds another level of indentation to ~25 lines, but who cares.