Merge branch 'doc-fixes' of git://github.com/keitahaga/factor
commit
f4c6b868ac
|
@ -533,13 +533,14 @@ HELP: QUALIFIED:
|
||||||
{ $examples { $example
|
{ $examples { $example
|
||||||
"USING: prettyprint ;"
|
"USING: prettyprint ;"
|
||||||
"QUALIFIED: math"
|
"QUALIFIED: math"
|
||||||
"1 2 math:+ ." "3"
|
"1 2 math:+ ."
|
||||||
|
"3"
|
||||||
} } ;
|
} } ;
|
||||||
|
|
||||||
HELP: QUALIFIED-WITH:
|
HELP: QUALIFIED-WITH:
|
||||||
{ $syntax "QUALIFIED-WITH: vocab word-prefix" }
|
{ $syntax "QUALIFIED-WITH: vocab word-prefix" }
|
||||||
{ $description "Like " { $link POSTPONE: QUALIFIED: } " but uses " { $snippet "word-prefix" } " as prefix." }
|
{ $description "Like " { $link POSTPONE: QUALIFIED: } " but uses " { $snippet "word-prefix" } " as prefix." }
|
||||||
{ $examples { $code
|
{ $examples { $example
|
||||||
"USING: prettyprint ;"
|
"USING: prettyprint ;"
|
||||||
"QUALIFIED-WITH: math m"
|
"QUALIFIED-WITH: math m"
|
||||||
"1 2 m:+ ."
|
"1 2 m:+ ."
|
||||||
|
|
Loading…
Reference in New Issue