]> gitweb.factorcode.org Git - factor.git/blob - core/vocabs/loader/test/b/b.factor
8bd75bfc8434f79ff1ae8913c6090e55eea76f79
[factor.git] / core / vocabs / loader / test / b / b.factor
1 USING: namespaces ;
2 IN: vocabs.loader.test.b
3
4 << global [ "count-me" inc ] bind >>
5
6 : fred bob ;