Swift 3 버전에서 C-style 이 없어져서 오류가 난다 수정 소스 1부터 10 까지 출력 print("x == 2") else -> { // Note the block print("x is neither 1 nor 2") } } Rust: Rust의 match 구문은 Swift의 switch 구문과 유사하며, 각 case가 자동으로 break됩니다. rust let number = Some(7); match number { Some(i) if i % 2 == 0 => println!("Even"), Some(i) => println!("Od..