<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Block Comments in V2</title><link>http://blogs.msdn.com/powershell/archive/2008/06/14/block-comments-in-v2.aspx</link><description>Smith Catar was looking at my Tech Ed demos and noticed that I used block comments. These are not in the CTP that you have so I guess I sorta let this one leak out. Yes - V2 will have BLOCK COMMENTS!!! Block comments start with "&amp;lt;# and end with "#&amp;gt;".</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Block Comments in V2</title><link>http://blogs.msdn.com/powershell/archive/2008/06/14/block-comments-in-v2.aspx#8597714</link><pubDate>Sat, 14 Jun 2008 18:32:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8597714</guid><dc:creator>Maximilian Hänel</dc:creator><description>&lt;p&gt;Nice to hear! However the &amp;lt;# #&amp;gt; literals look quite ugly to me. Any comments on why you choose these literals and not e.g. /* */ like in c++, c# and other languages?&lt;/p&gt;
&lt;p&gt;tia&lt;/p&gt;</description></item><item><title>re: Block Comments in V2</title><link>http://blogs.msdn.com/powershell/archive/2008/06/14/block-comments-in-v2.aspx#8600221</link><pubDate>Sun, 15 Jun 2008 12:00:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8600221</guid><dc:creator>Smith Catar </dc:creator><description>&lt;p&gt;Oh...Microsoft will excute Stop-Leak cmdlet for you...&lt;/p&gt;</description></item><item><title>re: Block Comments in V2</title><link>http://blogs.msdn.com/powershell/archive/2008/06/14/block-comments-in-v2.aspx#8605032</link><pubDate>Mon, 16 Jun 2008 15:50:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8605032</guid><dc:creator>Chuck Heatherly</dc:creator><description>&lt;p&gt;Thanks Jeffrey, good to have this feature coming!&lt;/p&gt;</description></item><item><title>re: Block Comments in V2</title><link>http://blogs.msdn.com/powershell/archive/2008/06/14/block-comments-in-v2.aspx#8836891</link><pubDate>Wed, 06 Aug 2008 13:19:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8836891</guid><dc:creator>Rob Lancaster</dc:creator><description>&lt;p&gt;Block comments good. Choice of delimiters? Hmmm.&lt;/p&gt;
&lt;p&gt;One of my favourite languages REBOL (hint, hint, prod) has many different datatypes. Okay, maybe far too many datatypes? ;-&amp;gt; &lt;/p&gt;
&lt;p&gt;But, one of those data types is a tag!&lt;/p&gt;
&lt;p&gt;i.e&lt;/p&gt;
&lt;p&gt;type? &amp;lt;html width=&amp;quot;100&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt; tag!&lt;/p&gt;
&lt;p&gt;in much the same way you can go:&lt;/p&gt;
&lt;p&gt;type? &amp;quot;My name as a string&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt; string!&lt;/p&gt;
&lt;p&gt;This means you can use xml and html in your code without having to escape the entire text on quotes... &lt;/p&gt;
&lt;p&gt;ie write-host &amp;quot;&amp;lt;tag here=&amp;quot;30&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;would become &lt;/p&gt;
&lt;p&gt;write-host &amp;nbsp;&amp;lt;tag here=&amp;quot;30&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Now I'd much rather see the angle brackets used for a nifty language features like this with respect to XML - than used for block comments..&lt;/p&gt;
&lt;p&gt;Cos then.. would return a list of three items...&lt;/p&gt;
&lt;p&gt;function web-page()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;html&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;quot;This is my $name&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;web-page | out-server&lt;/p&gt;
&lt;p&gt;Cheers, &lt;/p&gt;
&lt;p&gt; Rob Lancaster&lt;/p&gt;</description></item></channel></rss>