Untitled

Run Settings
LanguageSwift
Language Version
Run Command
var index = 10 repeat{ index = index + 1 if( index == 15 ){ // index 等于 15 时跳过 continue } print( "index 的值为 \(index)") }while index < 20
Editor Settings
Theme
Key bindings
Full width
Lines