]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/test/g/g.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / core / vocabs / loader / test / g / g.factor
index 8f124b193584758b425f66aaae78e467ea5f2bf4..3cb99a5a05d96940da77e7d8256e88b9ec6de419 100644 (file)
@@ -1,4 +1,4 @@
 IN: vocabs.loader.test.g
 USING: vocabs.loader.test.f namespaces ;
 
-global [ "vocabs.loader.test.g" inc ] bind
+[ "vocabs.loader.test.g" inc ] with-global