]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/common/common.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / mason / common / common.factor
index 3bca866ea30ee750265b639e73f01f28e89cdef2..4d4290a61ece8a6b81b5c684c1b620e9732342f0 100644 (file)
@@ -26,7 +26,7 @@ SYMBOL: current-git-id
     try-output-process ;
 
 : retry ( n quot -- )
-    [ iota ] dip
+    [ <iota> ] dip
     '[ drop @ f ] attempt-all drop ; inline
 
 : upload-process ( process -- )