unparse-ch ( ch -- )


Vocabulary
prettyprint.backend

Inputs
cha character


Outputs
None

Word description
Adds the character to the sequence being constructed (see Making sequences with variables). If the character can appear in a string literal, it is added directly, otherwise an escape code is added.

Definition