]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/simple-flat-file/simple-flat-file.factor
sequences: bound -> index-or-length
[factor.git] / basis / simple-flat-file / simple-flat-file.factor
index e6c5233f890a9822d98afa30a5df1edc35322143..d9d2bfb97e9a42df065d114cb5adc5d6f0652db3 100644 (file)
@@ -12,7 +12,7 @@ IN: simple-flat-file
     [ drop-comment ] map harvest ;
 
 : split-column ( line -- columns )
-    " \t" split harvest 2 bound head 2 f pad-tail ;
+    " \t" split harvest 2 index-or-length head 2 f pad-tail ;
 
 : parse-hex ( s -- n )
     dup [