factor/extra/qualified/qualified-docs.factor

9 lines
257 B
Factor
Raw Normal View History

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