<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: change-all code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 18 Jul 2008 22:27:49 GMT</pubDate>
    <description>DZone Snippets: change-all code</description>
    <item>
      <title>change-all - change each value in a series by applying a function to them</title>
      <link>http://snippets.dzone.com/posts/show/1539</link>
      <description>&lt;code&gt;&lt;br /&gt;change-all: func [&lt;br /&gt;    "Change each value in the series by applying a function to it"&lt;br /&gt;    series  [series!]&lt;br /&gt;    fn      [function!] "Function that takes one arg"&lt;br /&gt;][&lt;br /&gt;    forall series [change series fn first series]&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:02:41 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1539</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
