]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/modules/rpc/rpc-docs.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[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 } ;