修正教程 03

This commit is contained in:
2026-02-07 16:26:41 +08:00
parent 27e5de3ea2
commit 52b75f17da

View File

@@ -162,9 +162,9 @@ Fig 语言的关键字包括:
| -------- | ----------------------------------------------------------- |
| 声明 | `func`, `var`, `const`, `struct`, `interface`, `import` |
| 控制流 | `if`, `else`, `while`, `for`, `return`, `break`, `continue` |
| 错误处理 | `try`, `catch`, `throw`, `Finally` |
| 逻辑运算 | `and`, `or`, `not` |
| 类型相关 | `is`, `impl`, `new`, `public` |
| 错误处理 | `try`, `catch`, `throw`, `finally` |
| 逻辑运算 | `and`, `or`, `not` |
| 类型相关 | `is`, `as`, `impl`, `new`, `public` |
这些关键字不能用作标识符名称。