]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/test/a/a.factor
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grain...
[factor.git] / core / vocabs / loader / test / a / a.factor
index 03a2f8a091e633564765b3defaecbe716275304f..18ed0459365261524b0d03c250ee8b5deb1a47b3 100644 (file)
@@ -3,7 +3,7 @@ IN: vocabs.loader.test.a
 
 << global [ "count-me" inc ] bind >>
 
-: v-l-t-a-hello 4 ;
+: v-l-t-a-hello ( -- a ) 4 ;
 
 : byebye v-l-t-a-hello ;