/unmaintained/modules/rpc/rpc-docs.factor
http://github.com/abeaumont/factor · Factor · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 1743cfd40b349bb4eebf4566e4fd1bb1 MD5 · raw file
- USING: help.syntax help.markup ;
- IN: modules.rpc
- ARTICLE: { "modules" "protocol" } "RPC Protocol"
- { $list
- "Send vocab as string"
- "Send arglist"
- "Send word as string"
- "Receive result list"
- } ;