<?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: Making functions *really* read-only</title>
	<atom:link href="http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/</link>
	<description>doing inappropriate things with powershell</description>
	<lastBuildDate>Mon, 31 Dec 2007 14:15:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: adrian</title>
		<link>http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/comment-page-1/#comment-46</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Mon, 05 Feb 2007 00:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/#comment-46</guid>
		<description>Assuming you&#039;re talking about the first example, you are seeing what I&#039;m seeing, namely that the the outer constant funca is overridden in its own body, then  executed, thus demonstrating that the outer funca is not constant.

My output is:
this is the outer funca
this is the inner funca

Maybe I wasn&#039;t clear.</description>
		<content:encoded><![CDATA[<p>Assuming you&#8217;re talking about the first example, you are seeing what I&#8217;m seeing, namely that the the outer constant funca is overridden in its own body, then  executed, thus demonstrating that the outer funca is not constant.</p>
<p>My output is:<br />
this is the outer funca<br />
this is the inner funca</p>
<p>Maybe I wasn&#8217;t clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/comment-page-1/#comment-45</link>
		<dc:creator>William</dc:creator>
		<pubDate>Sun, 04 Feb 2007 19:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/26/making-functions-really-read-only/#comment-45</guid>
		<description>hmm.  I can&#039;t reproduce that behavior on my rtm powershell. The outer function is always run and the inner function falls out of scope so I get:

outer funca
inner funca

how are you getting those results? tia</description>
		<content:encoded><![CDATA[<p>hmm.  I can&#8217;t reproduce that behavior on my rtm powershell. The outer function is always run and the inner function falls out of scope so I get:</p>
<p>outer funca<br />
inner funca</p>
<p>how are you getting those results? tia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.234 seconds -->
