官术网_书友最值得收藏!

while loops

Swift provides while and repeat-while loops. A while or repeat-while loop performs a set of expressions until a condition becomes false. Consider the following example:

var n = 2 
while n < 100 {
n = n * 2
}
var m = 2
repeat {
m = m * 2
} while m < 100

The while loop evaluates its condition at the beginning of each iteration. The repeat-while loop evaluates its condition at the end of each iteration.

主站蜘蛛池模板: 双峰县| 高尔夫| 温宿县| 长春市| 新泰市| 工布江达县| 芒康县| 安达市| 长汀县| 广河县| 瓦房店市| 华安县| 黔西| 田林县| 鹤岗市| 海丰县| 新竹市| 青岛市| 噶尔县| 枞阳县| 永州市| 清镇市| 黄平县| 福建省| 富源县| 读书| 文化| 泊头市| 准格尔旗| 禄丰县| 西乌| 深水埗区| 文登市| 阳高县| 融水| 阳高县| 泸水县| 新营市| 博客| 凉山| 甘南县|