Untitled

Run Settings
LanguageSwift
Language Version
Run Command
var index = 10 switch index { case 100 : print( "index 的值为 100") fallthrough case 10,15 : print( "index 的值为 10 或 15") fallthrough case 5 : print( "index 的值为 5") default : print( "默认 case") }
Editor Settings
Theme
Key bindings
Full width
Lines