let b = (0 <? 0) && true
let test = if (b) then { print_string ("TOTO\n") } else { print_string ("BIRD\n") }