229 B
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