string

The string class for Cheddar

Arguments:

name
type
description
value
string
The literal value

Usage:

"foo", with api:
cheddar.init(
cheddar.string,
"foo"
)
Last modified 2yr ago