1.1 KiB
1.1 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean package | The `boolean` package provides constants for true and false values. |
|
21 |
|
The boolean package provides constants for true and false values.
Constants
false
true
- false is a constant that is the false value.
- true is a constant that is the truth value.