]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/macros/expander/expander.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / macros / expander / expander.factor
index 73d8765735a946cf367f16cf79860c4faa01b9b5..812d1b9c92c7719af957cc92e292c8b1dfa7dd5c 100644 (file)
@@ -42,7 +42,7 @@ M: wrapper expand-macros* wrapped>> literal ;
     stack get pop end
     [ [ expand-macros ] [ ] map-as '[ _ dip ] % ]
     [
-        length iota [ <reversed> ] keep
+        length <iota> [ <reversed> ] keep
         [ '[ _ ndrop _ nnip call ] [ ] like ] 2map , \ dispatch ,
     ] bi ;