]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/vocabs.factor
core: Throw an error when defining MAIN: with a stack effect other than ( -- ). Fixes...
[factor.git] / core / vocabs / vocabs.factor
index 77b3d681d3654eaf19702a66a757cccb1d81671f..1d1b1b5d913b3ee005de2fabfc41860df8db7a9b 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2009 Eduardo Cavazos, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs definitions kernel namespaces sequences
-sorting splitting strings ;
+USING: accessors assocs definitions kernel namespaces
+sequences sorting splitting strings ;
 IN: vocabs
 
 SYMBOL: dictionary