Handbook
Glossary
Character and string syntax
Factor handbook
ยป
The language
ยป
Syntax
ยป
Literals
Prev:
Array syntax
Next:
Byte array syntax
Factor has no distinct character type. Integers representing Unicode code points can be read by specifying a literal character, or an escaped representation thereof.
CHAR:
"
Character escape codes
Strings are documented in
Strings
.