12 lines
397 B
Factor
12 lines
397 B
Factor
|
IN: definitions.icons
|
||
|
USING: help.markup help.syntax ;
|
||
|
|
||
|
ARTICLE: "definitions.icons" "Definition icons"
|
||
|
"The " { $vocab-link "definitions.icons" } " vocabulary associates common definition types with icons."
|
||
|
{ $definition-icons }
|
||
|
"Looking up the icon associated with a definition:"
|
||
|
{ $subsection definition-icon }
|
||
|
"Defining new icons:"
|
||
|
{ $subsection POSTPONE: ICON: } ;
|
||
|
|
||
|
ABOUT: "definitions.icons"
|