VocabularysyntaxSyntaxSBUF" string... "
InputsNone
OutputsNone
Word descriptionReads from the input string until the next occurrence of
", converts the string to a string buffer, and appends it to the parse tree.
ExamplesUSING: io strings ;
SBUF" Hello world" >string print
Hello world
Definition