<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: prepend code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 12:50:31 GMT</pubDate>
    <description>DZone Snippets: prepend code</description>
    <item>
      <title>prepend function</title>
      <link>http://snippets.dzone.com/posts/show/1127</link>
      <description>&lt;code&gt;&lt;br /&gt;    prepend: func [&lt;br /&gt;        {Inserts a value at the head of a series and returns the series head.}&lt;br /&gt;        series [series! port!]&lt;br /&gt;        value&lt;br /&gt;        /only "Prepends a block value as a block"&lt;br /&gt;    ][&lt;br /&gt;        head either only [&lt;br /&gt;            insert/only head series :value&lt;br /&gt;        ] [&lt;br /&gt;            insert head series :value&lt;br /&gt;        ]&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 06:21:18 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1127</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
