let b = (0 =? 0) let test = if (b) then { print_string ("TOTO\n") } else { print_string ("KO\n") }