mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 15:19:19 +00:00
8 lines
228 B
Markdown
8 lines
228 B
Markdown
# If
|
|
|
|
`if` 是最基本(但仍然非常多用途!)的控制流類型,您將在這裡學習它。
|
|
|
|
## 進一步了解
|
|
|
|
- [控制流 - if 表達式](https://doc.rust-lang.org/book/ch03-05-control-flow.html#if-expressions)
|