STRING:
Multiline

Next:[[


Vocabulary
multiline

Syntax
STRING: name foo ;


Word description
Forms a multiline string literal, or 'here document' stored in the word called name. A semicolon is used to signify the end, and that semicolon must be on a line by itself, not preceded or followed by any whitespace. The string will have newlines in between lines but not at the end, unless there is a blank line before the semicolon.

Definition