1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 22:36:03 +02:00
comprehensive-rust/src/control-flow-basics.md
2024-12-06 12:46:35 +01:00

228 B

Control Flow Basics

{{%segment outline}}

  • 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.