Tour of Rust Table of Contents

loop

Need an infinite loop?

Rust makes it easy.

break will escape a loop when you are ready.

loop has a secret we'll talk about soon.