VocabularysyntaxSyntax\ word
InputsNone
OutputsNone
Word descriptionReads the next word from the input and appends a wrapper holding the word to the parse tree. When the evaluator encounters a wrapper, it pushes the wrapped word literally on the data stack.
ExamplesThe following two lines are equivalent:
0 \ <vector> execute
0 <vector>
If
foo is a symbol, the following two lines are equivalent:
foo
\ foo
See alsoliteralize,
<wrapper>,
W{Definition