HELP{


Vocabulary
help.syntax

Syntax
HELP{ help-markup }


Word description
Generates help markup using syntax that does not require literal strings. Has some known problems with syntax words, which need to be quoted inside the HELP{ } definition.

Examples
HELP{ I am a doc string. This is a second paragraph. { $snippet "code snippet" } }

generates
{ "I am a doc string." $nl "This is a second paragraph." { $snippet "code snippet" } }


Definition