X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmorse%2Fmorse.factor;h=a63db8f180a90e891507aaaa25d616151eb3b34c;hp=6ea7b3ef3685b64fd6e1fd0aed471e931e8fd630;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/morse/morse.factor b/extra/morse/morse.factor index 6ea7b3ef36..a63db8f180 100644 --- a/extra/morse/morse.factor +++ b/extra/morse/morse.factor @@ -1,9 +1,8 @@ ! 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 kernel +literals math multiline namespaces openal openal.alut sequences +splitting strings synth synth.buffers ; IN: morse ERROR: no-morse-ch ch ;