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