factor/extra/qualified/qualified-docs.factor

8 lines
253 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: qualified help.markup help.syntax ;
HELP: QUALIFIED:
{ $syntax "QUALIFIED: vocab" }
{ $description "Similar to " { $link POSTPONE: USE: } " but loads vocabulary with prefix." }
{ $examples { $code
"QUALIFIED: math\n1 2 math:+ ! ==> 3" } } ;