Word description Defines a help article. String topic names are reserved for core documentation. Contributed modules should name articles by arrays, where the first element of an array identifies the module; for example, { "httpd" "intro" }.
Examples
USING: help help.syntax ;
ARTICLE: "example" "An example article"
"Hello world." ;
"example" help