mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-21 22:49:44 +02:00
13 lines
228 B
Markdown
13 lines
228 B
Markdown
# Control Flow Basics
|
|
|
|
{{%segment outline}}
|
|
|
|
<details>
|
|
|
|
- We will now cover the many kinds of flow control found in Rust.
|
|
|
|
- Most of this will be very familiar to what you have seen in other programming
|
|
languages.
|
|
|
|
</details>
|