I was wondering about how to write do-while-style loop?
you can use repeat{} and check conditions wherever using if() and exit the loop with the "break" control word.
I am not sure what it exactly means. Can someone please elaborate if you understand it and/or if you have a different solution?