Files
2025-10-25 03:02:53 +03:00

20 lines
477 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[lex.bool]
# 5 Lexical conventions [[lex]](./#lex)
## 5.13 Literals [[lex.literal]](lex.literal#lex.bool)
### 5.13.7 Boolean literals [lex.bool]
[boolean-literal:](#nt:boolean-literal "5.13.7Boolean literals[lex.bool]")
false
true
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/lex.tex#L2138)
The Boolean literals are the keywords false and true[.](#1.sentence-1)
Such literals have type bool[.](#1.sentence-2)