You can still do "bool b = 10" or "int i = true". C being C ("everything is an int") this will be coerced to 1.
You can still do "bool b = 10" or "int i = true". C being C ("everything is an int") this will be coerced to 1.