]> gitweb.factorcode.org Git - factor.git/blob - core/vocabs/loader/test/b/b.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / core / vocabs / loader / test / b / b.factor
1 USING: namespaces ;
2 IN: vocabs.loader.test.b
3
4 << global [ "count-me" inc ] with-variables >>
5
6 : fred bob ;