]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bubble-chamber/bubble-chamber.factor
factor: more using trim
[factor.git] / extra / bubble-chamber / bubble-chamber.factor
index f9f3ba8dd3ad80efe65c938a1ba8540d6f26670e..44a433e5d13c8a64d89f93cc5e860c5f2f7e614d 100644 (file)
@@ -1,10 +1,10 @@
 USING: accessors arrays ascii calendar colors colors.gray
-combinators.short-circuit fry kernel locals math math.constants
-math.functions math.libm math.order math.points ranges
-math.vectors namespaces opengl processing.shapes quotations
-random sequences splitting timers ui ui.gadgets
-ui.gadgets.borders ui.gadgets.buttons ui.gadgets.frame-buffer
-ui.gadgets.packs ui.gestures ;
+combinators.short-circuit kernel math math.constants
+math.functions math.libm math.order math.points math.vectors
+namespaces opengl processing.shapes quotations random ranges
+sequences splitting timers ui ui.gadgets ui.gadgets.borders
+ui.gadgets.buttons ui.gadgets.frame-buffer ui.gadgets.packs
+ui.gestures ;
 
 IN: bubble-chamber