<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: ROL code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 05:23:59 GMT</pubDate>
    <description>DZone Snippets: ROL code</description>
    <item>
      <title>ROL (rotate-left) function</title>
      <link>http://snippets.dzone.com/posts/show/1118</link>
      <description>&lt;code&gt;&lt;br /&gt;    ROL: func ["Rotate Left" s [series!] n [integer!]][&lt;br /&gt;        n: n // length? s&lt;br /&gt;        append copy at s add n 1 copy/part s n&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 06:08:52 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1118</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
