]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - modules/rpc/rpc-docs.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / 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 } ;