Cheddar Documentation
Search…
Cheddar Documentation
Introduction
Syntax
Literals
Comment
String
Number
Array
Boolean
Mathematics
Variables
Functions
Default Operators
Control Flow
Standard Library
Developing
Powered By
GitBook
Boolean
A boolean is a value representing a
true
or
false
value. A boolean is
not a variable
, meaning it cannot be treated like a property.
Syntax for booleans is either
true
or
false
.
1
true
2
false
Copied!
Previous
Array
Next
Mathematics
Last modified
1yr ago
Copy link