StackOverflow 文件 Swift Language 教程 迴圈 迴圈 迴圈 Created: November-22, 2018 只要條件為真,就會執行 while 迴圈。 var count = 1 while count < 10 { print("This is the \(count) run of the loop") count += 1 } 打破一個迴圈每個塊的序列型別