Cheddar Documentation
Search
⌃K
Cheddar Documentation
Search
⌃K
Introduction
Syntax
Literals
Mathematics
Variables
Functions
Default Operators
Control Flow
Standard Library
Developing
Structure
Primitive Objects
Getting Started
API
Primitives
string
number
array
bool
func
nil
Powered By
GitBook
bool
The boolean class for Cheddar
Arguments
name
type
description
value
any
the value, can be a cheddar class. (will be cast to boolean if applicable)
Usage:
true
, with api:
cheddar
.
init
(
cheddar
.
bool
,
true
)
false
, with api:
cheddar
.
init
(
cheddar
.
bool
,
false
)
Previous
array
Next
func
Last modified
2yr ago