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