factor/unmaintained/modules/rpc-server/rpc-server-docs.factor

5 lines
266 B
Factor
Raw Normal View History

2009-07-29 16:48:54 -04:00
USING: help.syntax help.markup modules.rpc-server modules.using ;
IN: modules.rpc-server
HELP: service
{ $syntax "IN: my-vocab service" }
2009-08-04 00:12:34 -04:00
{ $description "Allows words defined in the vocabulary to be used as remote procedure calls by " { $link POSTPONE: USING*: } } ;