]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/debug/debug.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / game / debug / debug.factor
index c05f3488f1d5073b970d81d4d0dbdc77d16b76b9..86d8c50e16e9942929e9f24558eb271bd869cebf 100644 (file)
@@ -162,7 +162,7 @@ CONSTANT: box-vertices
       { {  1 -1 -1 } {  1  1 -1 } } }
 
 CONSTANT: cylinder-vertices
-    $[ 12 iota [ 2pi 12 / * [ cos ] [ drop 0.0 ] [ sin ] tri 3array ] map ]
+    $[ 12 <iota> [ 2pi 12 / * [ cos ] [ drop 0.0 ] [ sin ] tri 3array ] map ]
 
 :: scale-cylinder-vertices ( radius half-height verts -- bot-verts top-verts )
     verts