<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: drop-lowest code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 17 May 2008 14:34:15 GMT</pubDate>
    <description>DZone Snippets: drop-lowest code</description>
    <item>
      <title>drop-highest - remove the highest value from a series</title>
      <link>http://snippets.dzone.com/posts/show/2730</link>
      <description>&lt;code&gt;&lt;br /&gt;drop-highest: func [block] [head remove maximum-of block]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 29 Sep 2006 18:31:03 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2730</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
    <item>
      <title>drop-lowest - remove the lowest value from a series</title>
      <link>http://snippets.dzone.com/posts/show/2729</link>
      <description>&lt;code&gt;&lt;br /&gt;drop-lowest:  func [block] [head remove minimum-of block]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 29 Sep 2006 18:30:17 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2729</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
