]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/redefine23.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / tests / redefine23.factor
index ad2090989e37b3edf4918e385f3accbde55c66b0..40db63ef09a007a60f8b35f93d18149b397ca65f 100644 (file)
@@ -4,7 +4,7 @@ compiler.units vocabs tools.test specialized-arrays.private ;
 
 STRUCT: my-struct { x int } ;
 SPECIALIZED-ARRAY: my-struct
-: my-word ( a -- b ) iota [ my-struct <struct-boa> ] my-struct-array{ } map-as ;
+: my-word ( a -- b ) <iota> [ my-struct <struct-boa> ] my-struct-array{ } map-as ;
 
 [ ] [
     [