]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sequences/sequences-docs.factor
Merge branch 'docs' of git://github.com/klazuka/factor into klazuka
[factor.git] / core / sequences / sequences-docs.factor
index 561096d9f766b45489ebb171609108c8028fbab7..ef02754a6049b59e64fe716f39ff0aa3a4dd3a98 100755 (executable)
@@ -1520,8 +1520,10 @@ ARTICLE: "sequences-combinators" "Sequence combinators"
     all?
 }
 { $heading "Related Articles" }
-{ $subsection "sequence-2combinators" }
-{ $subsection "sequence-3combinators" } ;
+{ $subsections
+    "sequence-2combinators"
+    "sequence-3combinators"
+} ;
 
 ARTICLE: "sequence-2combinators" "Pair-wise sequence combinators"
 "There is a set of combinators which traverse two sequences pairwise. If one sequence is shorter than the other, then only the prefix having the length of the minimum of the two is examined."
@@ -1616,8 +1618,10 @@ ARTICLE: "sequences-destructive" "Destructive operations"
     { { $link filter } { $link filter-here } }
 }
 { $heading "Related Articles" }
-{ $subsection "sequences-destructive-discussion" }
-{ $subsection "sequences-stacks" }
+{ $subsections
+    "sequences-destructive-discussion"
+    "sequences-stacks"
+}
 { $see-also set-nth push pop } ;
 
 ARTICLE: "sequences-stacks" "Treating sequences as stacks"