Documentation update

db4
Slava Pestov 2008-09-11 00:24:39 -05:00
parent 0c8e2584b4
commit 265df0ed24
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ USE: io.buffers
ARTICLE: "collections" "Collections"
{ $heading "Sequences" }
{ $subsection "sequences" }
{ $subsection "namespaces-make" }
"Fixed-length sequences:"
{ $subsection "arrays" }
{ $subsection "quotations" }

View File

@ -2,7 +2,7 @@ IN: make
USING: help.markup help.syntax quotations sequences math.parser
kernel ;
ARTICLE: "namespaces-make" "Constructing sequences"
ARTICLE: "namespaces-make" "Making sequences with variables"
"The " { $vocab-link "make" } " vocabulary implements a facility for constructing sequences by holding an accumulator sequence in a variable. Storing the accumulator sequence in a variable rather than the stack may allow code to be written with less stack manipulation."
{ $subsection make }
{ $subsection , }