This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

19
cppdraft/lex/bool.md Normal file
View File

@@ -0,0 +1,19 @@
[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)