Back to Comprehensive Rust

Control Flow Basics

src/control-flow-basics.md

latest298 B
Original Source
<!-- Copyright 2023 Google LLC SPDX-License-Identifier: CC-BY-4.0 -->

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>