Update index.md

we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
pull/27109/head^2
winsonrich 2018-10-23 15:49:28 +08:00 committed by Kristofer Koishigawa
parent ae147f519a
commit 7b89e15927
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: While Loop
localeTitle: Loop
localeTitle: While Loop
---
# Loop
# While Loop
`while`循环重复执行语句块,直到括号中指定的条件求值为`false` 。例如:
@ -39,4 +39,4 @@ int iter_While = 0;
iter_While Value: 10
```
![:rocket:](//forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=2 ":火箭:") [运行代码](https://repl.it/CJYj/0)
![:rocket:](//forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=2 ":火箭:") [运行代码](https://repl.it/CJYj/0)