8 lines
253 B
Factor
8 lines
253 B
Factor
|
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" } } ;
|