]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / unicode / collation / collation.factor
index 36ac433b6a31d5d89c2993e6f1222b48c45a2de3..92f827d07773bbbaf1b544d92a261cfb043f5dba 100644 (file)
@@ -83,7 +83,7 @@ ducet get-global insert-helpers
 
 : add ( char -- )
     dup blocked? [ 1string , ] [
-        dup possible-bases dup length iota
+        dup possible-bases dup length <iota>
         [ ?combine ] 2with any?
         [ drop ] [ 1string , ] if
     ] if ;