9 lines
203 B
Factor
9 lines
203 B
Factor
|
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"
|
||
|
} ;
|