<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: insert-MRU code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 02:46:33 GMT</pubDate>
    <description>DZone Snippets: insert-MRU code</description>
    <item>
      <title>insert-MRU MRU list function</title>
      <link>http://snippets.dzone.com/posts/show/1141</link>
      <description>&lt;code&gt;&lt;br /&gt;insert-MRU: func [&lt;br /&gt;    "Insert value in series; removing first existing instance."&lt;br /&gt;    series [series!] &lt;br /&gt;    value &lt;br /&gt;    /limit size [integer!] "Limit the series to the given size by removing the last item."&lt;br /&gt;][&lt;br /&gt;    remove find/only series value&lt;br /&gt;    insert/only series value&lt;br /&gt;    if all [size  size &lt; length? series] [remove back tail series]&lt;br /&gt;    series&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 13 Jan 2006 03:59:09 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1141</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
