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.
博客介绍了布尔字面量,指出有两个布尔字面量值,即true和false,其类型为bool。
955

被折叠的 条评论
为什么被折叠?



