[Rust Guide] 3.5. Control Flow - if else
rust
dev.to
3.5.0. Before the Main Content Welcome to Chapter 3 of Rust self-study. There are 6 sections in total: Variables and Mutability Data Types: Scalar Types Data Types: Compound Types Functions and Comments Control Flow: if else (this article) Control Flow: Loops Through the small game in Chapter 2 (strongly recommended for beginners who haven't read it), you should already understand the basic syntax of Rust. In Chapter 3, we will go deeper and learn general programming concepts in R