]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/modules/rpc/rpc-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / unmaintained / modules / rpc / rpc-docs.factor
1 USING: help.syntax help.markup ;
2 IN: modules.rpc
3 ARTICLE: { "modules" "protocol" } "RPC Protocol"
4 { $list
5    "Send vocab as string"
6    "Send arglist"
7    "Send word as string"
8    "Receive result list"
9 } ;