Changes between Version 13 and Version 14 of ZooWebSite/2015/Code/ZOO-Services/Hello
- Timestamp:
- Feb 26, 2015, 11:55:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Code/ZOO-Services/Hello
v13 v14 113 113 <h3>Ruby</h3> 114 114 <pre class="language-ruby"> 115 <code> [def helloRuby(conf,inputs,outputs)115 <code>def helloRuby(conf,inputs,outputs) 116 116 a=Zoo::Translate("Hello") 117 117 b=Zoo::Translate("from the ruby world !")