factor/extra/multiline/multiline-docs.factor

9 lines
435 B
Factor
Raw Normal View History

2007-12-11 01:39:32 -05:00
USING: help.markup help.syntax multiline ;
HELP: STRING:
{ $syntax "STRING: name\nfoo\n;" }
{ $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 preceeded or followed by any whitespace. The string will have newlines in between lines and at the end." } ;
IN: multiline
ABOUT: POSTPONE: STRING: