Fun facts:
* Rust lets you have "named" break/continue conditions in a loop
* Rust lets you have loops that use a `break` to "return" a value from a loop
Now, what I had not considered, is that you can do both at the same time. Behold, this glory of syntax:
read image description
ALT
8
15
98


