On Mon Mar 3 22:27:06 2025 +0000, Alfred Agrell wrote:
I'm sure there's a better way to structure this than a `while` that always ends with break or return.
You're right. This "while-break" pattern is not required here and may be replace with simple "if".