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

3 lines
111 B
Factor
Raw Normal View History

USING: modules.rpc-server vocabs ;
IN: modules.remote-loading service
: get-vocab ( vocabstr -- vocab ) vocab ;