A yes_no literal has two possible values: yes and no.
Table 4.7. Yes_no literal
| Production | Syntax | Links |
|---|---|---|
yes_no_literal | "yes" | "no" | the section called “Yes_no literal” |
![]() | Note |
|---|---|
yes_no literals are called boolean literals in some other programming languages, and their possible values are true and false or 1 and 0. |