]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/gc3/gc3.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / benchmark / gc3 / gc3.factor
index a6fbefb78c93dd79d1b9b140b89f35b36be0fb80..926096bd1780a18ebc9bf00925c4e2d8a42a6629 100644 (file)
@@ -4,7 +4,7 @@ USING: math.parser fry sequences kernel assocs hashtables ;
 IN: benchmark.gc3
 
 : gc3-benchmark ( -- )
-    1000000 iota
+    1000000 <iota>
     1000000 <hashtable>
     '[ [ number>string ] keep _ set-at ] each ;