( scratchpad ) USING: help.markup help.syntax ; ( scratchpad ) : foo ( x -- x ) drop 1 ; ( scratchpad ) HELP: foo { $values { "x" object } { "x" object } } { $description "bar baz" } ; ( scratchpad ) "scratchpad" help-lint Checking scratchpad... :lint-failures - show 1 help lint failures ( scratchpad ) :lint-failures ==== Asset: T{ link f foo } $values don't match stack effect :lint-failures - show 1 help lint failures ( scratchpad )