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

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.

主站蜘蛛池模板: 广汉市| 河曲县| 克山县| 玛曲县| 江源县| 内黄县| 定日县| 和平区| 两当县| 宁武县| 霍州市| 盘山县| 会昌县| 德庆县| 济宁市| 二连浩特市| 威信县| 大邑县| 兴城市| 山阴县| 乌鲁木齐县| 咸阳市| 启东市| 长武县| 浙江省| 皋兰县| 德钦县| 新干县| 阿坝县| 射阳县| 青神县| 库尔勒市| 新龙县| 谷城县| 阿拉善盟| 临沂市| 桓仁| 安仁县| 邹平县| 桃园市| 滦平县|