Bool Literal
语法
布尔字面量使用固定关键字形式。
语义
其类型为 bool,参与条件判断、模式匹配与逻辑运算。
边界
需要单独明确:
- 与 literal pattern 的统一规则
这里集中展示 CHIBA level-1 specification,覆盖 core language、control flow、memory、patterns、IR lowering 与 package system 等实现边界。
The docs surface keeps CHIBA level-1 specification pages browsable inside the site, with direct paths into language, control flow, memory, pattern, and lowering rules.
布尔字面量使用固定关键字形式。
其类型为 bool,参与条件判断、模式匹配与逻辑运算。
需要单独明确: