1 2 3 4 5 6 7 8 9
//!BEBRA //! //! // --snip-- fn is_odd(a: i32) -> bool { if a % 2 == 0 {false} else {true} }