<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Shugo's Blog comments on Sather like loop</title>
    <link>http://blog.shugo.net/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Shugo's Blog comments</description>
    <item>
      <title>"Sather like loop" by shugo</title>
      <description>&lt;p&gt;Sather like loop is available in the SVN head.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;e1 = [1,2,3,4,5].each
e2 = ["a","b","c","d","e"].each

loop do
  p [e1.next, e2.next]
end
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It's cool, isn't it?&lt;/p&gt;

</description>
      <pubDate>Fri, 24 Aug 2007 22:15:00 JST</pubDate>
      <guid>&lt;a href="/articles/2007/08/24/sather-like-loop"&gt;Sather like loop&lt;/a&gt;</guid>
      <link>&lt;a href="/articles/2007/08/24/sather-like-loop"&gt;Sather like loop&lt;/a&gt;</link>
    </item>
  </channel>
</rss>
