]> gitweb.factorcode.org Git - factor.git/commitdiff
morse: cleanup
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 9 Oct 2010 01:55:23 +0000 (18:55 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 9 Oct 2010 01:55:23 +0000 (18:55 -0700)
extra/morse/morse.factor

index c6f1601955d178df47b494ef4c3f8983b922e5bd..6803dfa67b8887b0d7b6b464763e5e428abebb69 100755 (executable)
@@ -1,6 +1,9 @@
 ! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors ascii assocs biassocs combinators hashtables kernel lists literals math namespaces make multiline openal openal.alut parser sequences splitting strings synth synth.buffers ;
+USING: accessors ascii assocs biassocs combinators hashtables
+kernel lists literals math namespaces make multiline openal
+openal.alut parser sequences splitting strings synth
+synth.buffers ;
 IN: morse
 
 ERROR: no-morse-ch ch ;