$methods ( element -- ) (original) (raw)
Inputs
element | a markup element |
---|
Outputs
None
Word description
Prints the methods for a word. This word is only used internally.
Definition
USING: help.markup.private see sequences ;
: $methods ( element -- )
check-first methods
[ "Methods" $heading [ see-all ] ($see) ] unless-empty ;