]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gopher/gopher.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / gopher / gopher.factor
index 2fdf6e25a52d761f1c17d2546a62155fff4f0746..c18d4e9e9e7a8fc4faa17d83fd90c6c543eb90ce 100644 (file)
@@ -1,13 +1,12 @@
 ! Copyright (C) 2014 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors byte-arrays calendar colors.constants
-combinators formatting fry images images.loader
-images.loader.private images.viewer io io.encodings.binary
-io.encodings.string io.encodings.utf8 io.sockets io.styles
-io.timeouts kernel make math math.parser namespaces present
-prettyprint sequences splitting summary urls urls.encoding
-vocabs ;
+USING: accessors byte-arrays calendar colors combinators
+formatting fry images images.loader images.loader.private
+images.viewer io io.encodings.binary io.encodings.string
+io.encodings.utf8 io.sockets io.styles io.timeouts kernel make
+math math.parser namespaces present prettyprint sequences
+splitting summary urls urls.encoding vocabs ;
 
 IN: gopher