<?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"
	>
<channel>
	<title>Comments on: Destructuring assignment, part one</title>
	<atom:link href="http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/</link>
	<description>Bits on the rampage: Eric Shepherd's blog.</description>
	<pubDate>Thu, 20 Nov 2008 19:58:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: sheppy</title>
		<link>http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-185</link>
		<dc:creator>sheppy</dc:creator>
		<pubDate>Wed, 24 May 2006 20:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-185</guid>
		<description>By the way, if you want to play with this, you can -- it's checked into the JavaScript 1.7 alpha branch.  Details on how to check out and build it are available in this article on MDC:

http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell</description>
		<content:encoded><![CDATA[<p>By the way, if you want to play with this, you can &#8212; it&#8217;s checked into the JavaScript 1.7 alpha branch.  Details on how to check out and build it are available in this article on MDC:</p>
<p><a href="http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell" rel="nofollow">http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheppy</title>
		<link>http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-184</link>
		<dc:creator>sheppy</dc:creator>
		<pubDate>Wed, 24 May 2006 20:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-184</guid>
		<description>If you want to return an array, just do:

var a = f();
print(a); // prints "Jerry", 5, true</description>
		<content:encoded><![CDATA[<p>If you want to return an array, just do:</p>
<p>var a = f();<br />
print(a); // prints &#8220;Jerry&#8221;, 5, true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Watt</title>
		<link>http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-183</link>
		<dc:creator>Jonathan Watt</dc:creator>
		<pubDate>Wed, 24 May 2006 19:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/05/24/destructuring-assignment-part-one/#comment-183</guid>
		<description>So what happens if you want to return an array? Is the behavior determined by whether you have the var [...] structure at the call point?</description>
		<content:encoded><![CDATA[<p>So what happens if you want to return an array? Is the behavior determined by whether you have the var [...] structure at the call point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
