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

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.

主站蜘蛛池模板: 视频| 乡城县| 肥西县| 溆浦县| 高密市| 综艺| 精河县| 南丰县| 博野县| 称多县| 台中市| 昌乐县| 自贡市| 宁武县| 团风县| 崇文区| 平邑县| 海口市| 洛隆县| 大洼县| 双峰县| 永川市| 鱼台县| 丘北县| 庆城县| 苗栗市| 靖宇县| 霍林郭勒市| 东乡县| 鞍山市| 广灵县| 阜新市| 武隆县| 延吉市| 叶城县| 阳东县| 新宁县| 弥渡县| 徐汇区| 汽车| 巴塘县|