]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/mandel/mandel.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / benchmark / mandel / mandel.factor
index f973411030dd41af7b546edc6b0ebce8caf9f929..9d30ff39c9c04f0dc7948bb5768c95d85053809c 100644 (file)
@@ -24,7 +24,7 @@ IN: benchmark.mandel
     [ color-map [ length mod ] keep nth ] [ B{ 0 0 0 } ] if* ; inline
 
 : render ( -- )
-    height iota [ width iota swap '[ _ c pixel color write ] each ] each ; inline
+    height <iota> [ width iota swap '[ _ c pixel color write ] each ] each ; inline
 
 : ppm-header ( -- )
     ascii encode-output