Files
Decodal/doc/manual/source/language/value/bool.md
T

229 B

Bool

Bool is the primitive type constraint for Boolean values.

Examples

enable = Bool default true;
disable = Bool default false;

Literals

Bool accepts the following literals:

true
false