]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/match/match.factor
factor: trim using lists
[factor.git] / basis / match / match.factor
index aa68543d14c1cfc7b3e99460b7852f57ba23844e..855672fdc4a05a55f21894e0b1fc84f200d11dd3 100644 (file)
@@ -3,8 +3,7 @@
 !
 ! Based on pattern matching code from Paul Graham's book 'On Lisp'.
 USING: assocs classes classes.tuple combinators kernel lexer
-macros make namespaces parser quotations sequences summary words
-;
+make namespaces parser quotations sequences summary words ;
 IN: match
 
 SYMBOL: _