Vocabularyhelp.syntaxSyntaxHELP: word content... ;
InputsNone
OutputsNone
Word descriptionDefines documentation for a word.
ExamplesUSING: help help.markup help.syntax math ;
: foo ( m -- n ) 2 + ;
HELP: foo
{ $values { "m" integer } { "n" integer } }
{ $description "Increments a value by 2." } ;
\ foo help
Definition