<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: SHL code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 17 May 2008 21:42:31 GMT</pubDate>
    <description>DZone Snippets: SHL code</description>
    <item>
      <title>SHL (shift-left) function</title>
      <link>http://snippets.dzone.com/posts/show/1116</link>
      <description>&lt;code&gt;&lt;br /&gt;    SHL: func [&lt;br /&gt;        "Shift-Left"&lt;br /&gt;        s [series!]&lt;br /&gt;        n [integer!]&lt;br /&gt;        /with fill&lt;br /&gt;    ][&lt;br /&gt;        append&lt;br /&gt;            copy skip s n&lt;br /&gt;            array/initial&lt;br /&gt;                min n (length? s)       ; we should really ASSERT n &lt;= length? s&lt;br /&gt;                either with [fill][none]&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 06:06:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1116</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
