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
string
The string class for Cheddar
Arguments:
name
type
description
value
string
The literal value
Usage:
"foo"
, with api:
cheddar
.
init
(
cheddar
.
string
,
"foo"
)
Previous
Primitives
Next
number
Last modified
2yr ago