]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/chameneos-redux/chameneos-redux.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / benchmark / chameneos-redux / chameneos-redux.factor
index bcc0e85620dc6bf6a985b2015aa7ac75478a1b5b..2b6d79feeb29ec0566d48128c0a9ed783e7815aa 100644 (file)
@@ -27,7 +27,7 @@ TUPLE: meeting-place count mailbox ;
         <mailbox> >>mailbox ;
 
 : make-creatures ( colors -- seq )
-    [ length iota ] [ ] bi [ <creature> ] 2map ;
+    [ length <iota> ] [ ] bi [ <creature> ] 2map ;
 
 : complement-color ( color1 color2 -- color3 )
     2dup = [ drop ] [