<defmethod stock_quote symbol> <if> symbol.<is "IBM"/> 50.5 </if> </defmethod> <server root_object=stock_quote/> <set stock_quote_remote=<web "http://localhost"/> /> <stock_quote_remote symbol="IBM"/> <test <web "http://localhost?symbol=ibm"/>.result 50.5 /> stock_quote.<doc> Given a stock symbol, return a price. </doc>

Join the conversationComment
Share
Comments
Results
Contribute to the conversation