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