/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

  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. } ;