Update index.md
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
This commit is contained in:
committed by
Kristofer Koishigawa
parent
ae147f519a
commit
7b89e15927
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: While Loop
|
title: While Loop
|
||||||
localeTitle: 而Loop
|
localeTitle: While Loop
|
||||||
---
|
---
|
||||||
# 而Loop
|
# While Loop
|
||||||
|
|
||||||
`while`循环重复执行语句块,直到括号中指定的条件求值为`false` 。例如:
|
`while`循环重复执行语句块,直到括号中指定的条件求值为`false` 。例如:
|
||||||
|
|
||||||
@ -39,4 +39,4 @@ int iter_While = 0;
|
|||||||
iter_While Value: 10
|
iter_While Value: 10
|
||||||
```
|
```
|
||||||
|
|
||||||
 [运行代码](https://repl.it/CJYj/0)
|
 [运行代码](https://repl.it/CJYj/0)
|
||||||
|
Reference in New Issue
Block a user