# 流程逻辑、函数- repeat while 相当于do while- swift3后 去除了 -- ++ 之后用-=- for 闭区间运算符:a...b,a<=取值<=b```for _ in 1...3{ print("for")}iOS