factor/extra/modules/remote-loading/remote-loading.factor

3 lines
115 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
: get-vocab ( vocabstr -- vocab ) vocab ;