mirror of
https://github.com/RustyCab/LearnRustEasy.git
synced 2026-02-03 10:13:23 +08:00
Update chapter_3_3.md
This commit is contained in:
@@ -55,7 +55,7 @@ fn main() {
|
||||
|
||||
## 3.3.2. 语句和表达式
|
||||
|
||||
Rust中,语句是执行一个写操作但不返回值的指令,表达式则计算并产生一个值。
|
||||
Rust中,语句是执行一个操作但不返回值的指令,表达式则计算并产生一个值。
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user