]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/sections/sections.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / prettyprint / sections / sections.factor
index 8a37a6b72079869110a6a01326a2b3cea8cfb193..6ad8f49df051ef18b31bdb625f760c317301ef08 100644 (file)
@@ -325,7 +325,7 @@ SYMBOL: next
 
 : group-flow ( seq -- newseq )
     [
-        dup length iota [
+        dup length <iota> [
             2dup 1 - swap ?nth prev namespaces:set
             2dup 1 + swap ?nth next namespaces:set
             swap nth dup split-before dup , split-after