]> gitweb.factorcode.org Git - factor.git/commitdiff
link to fry examples article from fry word docs
authorJoe Groff <arcata@gmail.com>
Sat, 7 Nov 2009 05:37:55 +0000 (23:37 -0600)
committerJoe Groff <arcata@gmail.com>
Sat, 7 Nov 2009 05:37:55 +0000 (23:37 -0600)
basis/fry/fry-docs.factor

index 3401208858ad242d542936b79ee7127e21e5d398..b3d2ff296e196b367706b6031cb87b9feb417c92 100644 (file)
@@ -2,17 +2,20 @@ USING: help.markup help.syntax quotations kernel ;
 IN: fry\r
 \r
 HELP: _\r
-{ $description "Fry specifier. Inserts a literal value into the fried quotation." } ;\r
+{ $description "Fry specifier. Inserts a literal value into the fried quotation." }\r
+{ $examples "See " { $link "fry.examples" } "." } ;\r
 \r
 HELP: @\r
-{ $description "Fry specifier. Splices a quotation into the fried quotation." } ;\r
+{ $description "Fry specifier. Splices a quotation into the fried quotation." }\r
+{ $examples "See " { $link "fry.examples" } "." } ;\r
 \r
 HELP: fry\r
 { $values { "quot" quotation } { "quot'" quotation } }\r
 { $description "Outputs a quotation that when called, fries " { $snippet "quot" } " by taking values from the stack and substituting them in." }\r
 { $notes "This word is used to implement " { $link POSTPONE: '[ } "; the following two lines are equivalent:"\r
     { $code "[ X ] fry call" "'[ X ]" }\r
-} ;\r
+}\r
+{ $examples "See " { $link "fry.examples" } "." } ;\r
 \r
 HELP: '[\r
 { $syntax "'[ code... ]" }\r