]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lint/lint.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / lint / lint.factor
index dee21564c2c077a8ea79a73b458b8af7ca8c042e..82ad5612079fd641e41e71e29a96ca1f070ed381 100644 (file)
@@ -29,7 +29,7 @@ CONSTANT: trivial-defs
     {
         [ ">" write ] [ "/>" write ] [ " " write ]
         [ 0 or + ]
-        [ dup length iota ]
+        [ dup length <iota> ]
         [ 0 swap copy ]
         [ dup length ]
         [ 0 swap ]