On Tue Sep 26 13:29:55 2023 +0000, Giovanni Mascellani wrote:
The code seems fine. But I don't think we have any test using `continue` or `break` inside `while` or `do`-`while` loops. Please add them and then it's good to go for me.
I added some tests, and that showed broken logic in do-while. For some reason I used condition over 'continue' in there, instead of breaking out conditionally, before 'continue'. This is fixed now.