function main(b: bool, x: u8, y: u8) -> u8 { return if b ? x : y }