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.