9.4.4.1 Boolean literals
There are two boolean literal values: true and false.
boolean-literal::
true
false
The type of a boolean-literal is bool.
There are two boolean literal values: true and false.
boolean-literal::
true
false
The type of a boolean-literal is bool.