We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7751caf commit 693d871Copy full SHA for 693d871
swift-6-beta.docc/LanguageGuide/ControlFlow.md
@@ -1,6 +1,6 @@
1
# 控制流
2
3
-使用分支、循环和提前退出来构建代码。
+使用分支、循环和提前退出来搭建代码的流程结构。
4
5
6
Swift 提供了多种流程控制结构,包括可以多次执行任务的 `while` 循环,基于特定条件选择执行不同代码分支的
0 commit comments