<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: quotient code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 14:55:24 GMT</pubDate>
    <description>DZone Snippets: quotient code</description>
    <item>
      <title>quotient function</title>
      <link>http://snippets.dzone.com/posts/show/1086</link>
      <description>&lt;code&gt;&lt;br /&gt;    quotient: func [&lt;br /&gt;        {This could also be called integer-divide. Divides Value2 into&lt;br /&gt;         Value1 and return the integer portion of the result.}&lt;br /&gt;        value1 [number! money! time!]&lt;br /&gt;        value2 [number! money! time!]&lt;br /&gt;    ][&lt;br /&gt;        to-integer (value1 / value2)&lt;br /&gt;    ]&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:16:40 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1086</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
