Skip to content

Commit 2e41b53

Browse files
authored
Merge pull request #1373 from hdmdhr/1334-languageguide--the-basicsmd
1334: feat: 完成 1334 The Basics⭐️⭐️⭐️⭐️⭐️
2 parents f4286e7 + 8313f77 commit 2e41b53

File tree

2 files changed

+324
-870
lines changed

2 files changed

+324
-870
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,15 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
116116
| control transfer statement | 控制传递语句 |
117117
| convenience initializer | 便利构造器 |
118118
| convention | 约定 |
119+
| decompose | 分解 |
119120
| deinitialization | 析构过程 |
120121
| deinitializer | 析构器 |
121122
| designated initializer | 指定构造器 |
122123
| dictionary | 字典 |
123124
| enumeration | 枚举 |
124125
| expression | 表达式 |
125126
| extension | 扩展 |
127+
| fallback (value) | 后备值 ?? 回退值 |
126128
| fallthrough | 贯穿 |
127129
| first-class | 一等 |
128130
| function | 函数 |
@@ -135,10 +137,11 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
135137
| iterate | 迭代 |
136138
| labeled statement | 具名语句 |
137139
| list | 列表 |
138-
| literal value | 字面量 |
140+
| literal (value) | 字面量 |
139141
| metatype type | 元类型 |
140142
| method | 方法 |
141143
| nest | 嵌套 |
144+
| nil-coalescing | 不译 |
142145
| note | 注意 |
143146
| opaque type | 不透明类型 |
144147
| operator | 运算符 |
@@ -157,13 +160,16 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
157160
| range | 区间 |
158161
| raw value | 原始值 |
159162
| runtime | 运行时 |
163+
| scope | 作用域 |
160164
| setter | 不翻译 |
161165
| statement | 语句 |
162166
| stored property | 存储属性 |
167+
| string interpolation | 字符串插值 |
163168
| structure | 结构体 |
164169
| subscript | 下标 |
165170
| ternary operator | 三元运算符 |
166171
| tuple | 元组 |
172+
| type alias | 类型别名 |
167173
| type annotation | 类型注解 |
168174
| type identifier | 类型标识符 |
169175
| type property | 类型属性 |

0 commit comments

Comments
 (0)