]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/active-object/active-object.factor
factor: trim using lists
[factor.git] / extra / rosetta-code / active-object / active-object.factor
index ccda709ccc646a8ff27a2b1f3a53b7de372f02c1..f59aa1591e236fbb0ee57e4e4285f979c8b91928 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors calendar combinators kernel locals math
-math.constants math.functions prettyprint system threads timers ;
+USING: accessors calendar kernel math math.constants
+math.functions prettyprint system threads timers ;
 IN: rosetta-code.active-object
 
 ! http://rosettacode.org/wiki/Active_object