<?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: Understanding Rebol&#8217;s Words: Beyond Numbers and Strings</title>
	<atom:link href="http://reboltutorial.com/blog/rebol-words/feed/" rel="self" type="application/rss+xml" />
	<link>http://reboltutorial.com/blog/rebol-words/</link>
	<description>Rebol Programming - Learn Rebol with Real-World Examples</description>
	<pubDate>Thu, 09 Sep 2010 09:16:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rebol Tutorial - How Dynamically Extend an Object</title>
		<link>http://reboltutorial.com/blog/rebol-words/comment-page-1/#comment-967</link>
		<dc:creator>Rebol Tutorial - How Dynamically Extend an Object</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=4121#comment-967</guid>
		<description>[...] reason is that you have passed the Object by value, to pass it by reference (see &#8220;Understanding Rebol’s Words&#8221;), you should do [...]</description>
		<content:encoded><![CDATA[<p>[...] reason is that you have passed the Object by value, to pass it by reference (see &#8220;Understanding Rebol’s Words&#8221;), you should do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebol Tutorial - Creating a Class-Based OOP Language: Adding Class Constructors Support (Part I)</title>
		<link>http://reboltutorial.com/blog/rebol-words/comment-page-1/#comment-961</link>
		<dc:creator>Rebol Tutorial - Creating a Class-Based OOP Language: Adding Class Constructors Support (Part I)</dc:creator>
		<pubDate>Tue, 15 Dec 2009 11:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=4121#comment-961</guid>
		<description>[...] call the constructor on Obj (for instance John), we&#8217;ll use the get function to access the method &#8216;Person in John&#8217;s Object or [...]</description>
		<content:encoded><![CDATA[<p>[...] call the constructor on Obj (for instance John), we&#8217;ll use the get function to access the method &#8216;Person in John&#8217;s Object or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebol Tutorial - Creating an OOP Class-Based Language with an Homoiconic / Prototype-Based OOP Language</title>
		<link>http://reboltutorial.com/blog/rebol-words/comment-page-1/#comment-957</link>
		<dc:creator>Rebol Tutorial - Creating an OOP Class-Based Language with an Homoiconic / Prototype-Based OOP Language</dc:creator>
		<pubDate>Sun, 13 Dec 2009 10:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=4121#comment-957</guid>
		<description>[...] be able to pass a word with no value, you have to do this rather [...]</description>
		<content:encoded><![CDATA[<p>[...] be able to pass a word with no value, you have to do this rather [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebol Tutorial - How to build a Simple Knowledge Management System with the Rebol Help System</title>
		<link>http://reboltutorial.com/blog/rebol-words/comment-page-1/#comment-873</link>
		<dc:creator>Rebol Tutorial - How to build a Simple Knowledge Management System with the Rebol Help System</dc:creator>
		<pubDate>Sat, 31 Oct 2009 13:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=4121#comment-873</guid>
		<description>[...] As you can see, you create a ConnectionString.Context as a Context which is Rebol&#8217;s shortcut for Make Object! and inside this Context you create and set the value of some properties to whatever you want. But wait a minute: why do I use Set (as we saw Set and Get in previous lesson) [...]</description>
		<content:encoded><![CDATA[<p>[...] As you can see, you create a ConnectionString.Context as a Context which is Rebol&#8217;s shortcut for Make Object! and inside this Context you create and set the value of some properties to whatever you want. But wait a minute: why do I use Set (as we saw Set and Get in previous lesson) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
