factor/unmaintained/modules/remote-loading/remote-loading.factor

4 lines
116 B
Factor
Raw Normal View History

USING: modules.rpc-server vocabs ;
2009-04-26 19:56:24 -04:00
IN: modules.remote-loading mem-service
2009-04-26 21:34:31 -04:00
: get-vocab ( vocabstr -- vocab ) vocab ;