CHAR:
Factor handbook » The language » Syntax » Literals » Character and string syntax

Next:"


Vocabulary
syntax

Syntax
CHAR: token


Inputs
None

Outputs
None

Word description
Adds a Unicode code point to the parse tree.

Examples
CHAR: x CHAR: \x32 CHAR: \u000032 CHAR: \u{32} CHAR: \u{exclamation-mark} CHAR: exclamation-mark CHAR: ugaritic-letter-samka


Definition