Vocabularystrings.
parserInputsescape | a single-character escape |
OutputsWord descriptionConverts from a single-character escape code and the corresponding character.
ExamplesUSING: kernel prettyprint strings.parser ;
CHAR: n escape CHAR: \n = .
t
Definition