Handbook
Glossary
command-description ( command -- str/f )
Vocabulary
ui
.
commands
Inputs
command
a command
Outputs
str/f
a
string
or
f
Word description
Outputs the command's description.
See also
+description+
Definition
IN:
ui.commands
GENERIC:
command-description
( command -- str/f )
Methods
USING:
accessors
ui.commands
ui.operations
;
M:
operation
command-description
command>>
command-description
;
USING:
ui.commands
words
;
M:
word
command-description
+description+
word-prop
;