if2022/2/17 0:14:00 Rust Rustのif式 let number = 10; if number > 1 { println!("1より大きい"); } 条件式の中はbool型である必要がある