Skip to content

Commit

Permalink
Update for_else/else_clause.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suqi committed Dec 13, 2015
1 parent d31a83b commit 5033559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for_else/else_clause.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- 第一个是当一个元素被找到,```break```被触发。
- 第二个场景是循环结束。

现在我们也许想知道其中哪一个,才是导致循环完成的原因。一个方法是设置一个标记,然后在循环结束时打上标记。另一个是使用```else```从句。
现在我们也许想知道其中哪一个,才是导致循环完成的原因。一个方法是先设置一个标记,然后在循环结束时打上标记。另一个是使用```else```从句。

这就是```for/else```循环的基本结构:

Expand Down

0 comments on commit 5033559

Please sign in to comment.