Documentation update
parent
0c8e2584b4
commit
265df0ed24
|
@ -108,6 +108,7 @@ USE: io.buffers
|
|||
ARTICLE: "collections" "Collections"
|
||||
{ $heading "Sequences" }
|
||||
{ $subsection "sequences" }
|
||||
{ $subsection "namespaces-make" }
|
||||
"Fixed-length sequences:"
|
||||
{ $subsection "arrays" }
|
||||
{ $subsection "quotations" }
|
||||
|
|
|
@ -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 , }
|
||||
|
|
Loading…
Reference in New Issue