@@ -91,7 +91,7 @@ graph TB
| 无返回值 | `void` | 函数默认 |
| 类型别名 | `type` | `type Meters = i64;` |
- `let` 不可变 + `let mut` 可变,类型推断
- `let` 不可变 + `var` 可变,类型推断
- `i64` → `f64` 自动提升
### 控制流
The note is not visible to the blocked user.