<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Do you need to copy Big Files ?</title>
	<atom:link href="http://reboltutorial.com/blog/do-you-need-to-copy-big-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://reboltutorial.com/blog/do-you-need-to-copy-big-files/</link>
	<description>Rebol Programming - Learn Rebol with Real-World Examples</description>
	<pubDate>Wed, 08 Sep 2010 02:44:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vivi</title>
		<link>http://reboltutorial.com/blog/do-you-need-to-copy-big-files/comment-page-1/#comment-891</link>
		<dc:creator>vivi</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=3980#comment-891</guid>
		<description>Thanks to both Admin and edoc for your help.</description>
		<content:encoded><![CDATA[<p>Thanks to both Admin and edoc for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoc</title>
		<link>http://reboltutorial.com/blog/do-you-need-to-copy-big-files/comment-page-1/#comment-890</link>
		<dc:creator>Edoc</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=3980#comment-890</guid>
		<description>We normally think of a function like foreach as iterating over a block of data. For example:&lt;code&gt;foreach [name coord] ["Joe" 4x3 "Nate" 1x3 "Tam" 3x1] [print [name "is" coord]]&lt;/code&gt;

That seems very straightforward-- in this example there are only simple values in the block, and a block of code at the end to apply at each iteration. In REBOL, however, &lt;i&gt;code is data&lt;/i&gt;, and that is what allows Carl to get fancy with his foreach-- he uses it to iterate over and execute &lt;i&gt;code&lt;/i&gt; just as if they were the simple values in my example. The expression starts off with: &lt;code&gt;foreach [block err-word] [...&lt;/code&gt; and steps through the block in pairs, executing the following code at each step: &lt;code&gt;if error? try block [...&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>We normally think of a function like foreach as iterating over a block of data. For example:<code>foreach [name coord] ["Joe" 4x3 "Nate" 1x3 "Tam" 3x1] [print [name "is" coord]]</code></p>
<p>That seems very straightforward&#8211; in this example there are only simple values in the block, and a block of code at the end to apply at each iteration. In REBOL, however, <i>code is data</i>, and that is what allows Carl to get fancy with his foreach&#8211; he uses it to iterate over and execute <i>code</i> just as if they were the simple values in my example. The expression starts off with: <code>foreach [block err-word] [&#8230;</code> and steps through the block in pairs, executing the following code at each step: <code>if error? try block [...</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/do-you-need-to-copy-big-files/comment-page-1/#comment-889</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 18:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=3980#comment-889</guid>
		<description>Hello, I have added an hyperlink on foreach or see below
http://www.rebol.com/docs/words/wforeach.html

I will soon make a list of basic tutorials for rebol in a future article for absolute beginner.</description>
		<content:encoded><![CDATA[<p>Hello, I have added an hyperlink on foreach or see below<br />
<a  href="http://www.rebol.com/docs/words/wforeach.html" rel="nofollow">http://www.rebol.com/docs/words/wforeach.html</a></p>
<p>I will soon make a list of basic tutorials for rebol in a future article for absolute beginner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivi</title>
		<link>http://reboltutorial.com/blog/do-you-need-to-copy-big-files/comment-page-1/#comment-888</link>
		<dc:creator>vivi</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=3980#comment-888</guid>
		<description>Hello, 

I am new to rebol. I was going through the code sample above but I don't understand how the foreach loop above is working.

can someone with more expertise in rebol explain what the foreach loop in the example above is doing?

thank you</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I am new to rebol. I was going through the code sample above but I don&#8217;t understand how the foreach loop above is working.</p>
<p>can someone with more expertise in rebol explain what the foreach loop in the example above is doing?</p>
<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
