XML-RPC client
'First, we create a new global xmlrpc_client object.'
[globalize my-client [new xmlrpc_client 'http://localhost:8001/RPC2']]
'We can now use our new client object to call remote procedures available in any other programming language.'
[have my-client call `sample.add 1 2]