]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/morse/morse.factor
Updating code for make and fry changes
[factor.git] / extra / morse / morse.factor
index 4cce93a5a12b88aabe671873520823eb3995a1c7..2951c96077e425f740ed534b84a95877d65099d8 100644 (file)
@@ -1,6 +1,8 @@
 ! Copyright (C) 2007, 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs combinators hashtables kernel lists math namespaces openal parser-combinators promises sequences strings symbols synth synth.buffers unicode.case ;
+USING: accessors assocs combinators hashtables kernel lists math
+namespaces make openal parser-combinators promises sequences
+strings symbols synth synth.buffers unicode.case ;
 IN: morse
 
 <PRIVATE