]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/dbf/dbf.factor
factor: trim using lists
[factor.git] / extra / dbf / dbf.factor
index 3d61947c7e14937cf66fc076164648931ed769f5..a0455fa2e55daf8fd30c1e845e247989e64a6b0e 100644 (file)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2018 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors alien.c-types alien.endian alien.strings assocs
-calendar calendar.parser classes.struct combinators endian fry
-io io.encodings.8-bit io.encodings.ascii
-io.encodings.binary io.encodings.string io.files
-io.streams.byte-array kernel math math.parser namespaces
-sequences splitting strings ;
+USING: accessors alien.c-types alien.endian assocs calendar
+calendar.parser classes.struct combinators endian io
+io.encodings.8-bit io.encodings.ascii io.encodings.binary
+io.encodings.string io.files io.streams.byte-array kernel math
+math.parser namespaces sequences ;
 
 IN: dbf