<?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>Small Basic : version</title><link>http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx</link><description>Tags: version</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Small Basic, now in Russian</title><link>http://blogs.msdn.com/smallbasic/archive/2009/06/26/small-basic-now-in-russian.aspx</link><pubDate>Fri, 26 Jun 2009 21:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9805768</guid><dc:creator>vijayeg</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9805768.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9805768</wfw:commentRss><description>&lt;P&gt;The Russian localized version of Small Basic went live today, as v0.5.1.&amp;nbsp; No other change has been made and all the remaining functionality is the same as v0.5 (including English, French and Spanish).&amp;nbsp; So, if you want Russian, go ahead and download Small Basic from the same location (&lt;A href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" mce_href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx"&gt;http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx&lt;/A&gt;).&amp;nbsp; As always, please refresh your browser, and clean up the cache if need be to get the new version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're running&amp;nbsp;English version of the Operating System, you can run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;%programfiles%\microsoft\small basic\sb.exe /l:ru-ru&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;to launch the Russian localized version.&lt;/P&gt;&lt;IMG border=1 src="http://smallbasic.com/drop/russian_sb.png" mce_src="http://smallbasic.com/drop/russian_sb.png"&gt; &lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9805768" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/russian/default.aspx">russian</category></item><item><title>The newest, leanest and the meanest is here!</title><link>http://blogs.msdn.com/smallbasic/archive/2009/06/16/the-newest-leanest-and-the-meanest-is-here.aspx</link><pubDate>Tue, 16 Jun 2009 20:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9762855</guid><dc:creator>vijayeg</dc:creator><slash:comments>9</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9762855.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9762855</wfw:commentRss><description>&lt;P&gt;The next installment of the Small Basic Community Previews is now available for download.&amp;nbsp; Version v0.5 can be downloaded at:&amp;nbsp; &lt;A href="http://download.microsoft.com/download/C/A/F/CAF9E062-94D3-4003-80D9-44CDF7EC7BD9/SmallBasic.msi" mce_href="http://download.microsoft.com/download/C/A/F/CAF9E062-94D3-4003-80D9-44CDF7EC7BD9/SmallBasic.msi"&gt;http://download.microsoft.com/download/C/A/F/CAF9E062-94D3-4003-80D9-44CDF7EC7BD9/SmallBasic.msi&lt;/A&gt;&lt;/P&gt;&lt;IMG src="http://smallbasic.com/drop/splash.png"&gt; 
&lt;P&gt;This version adds more of the community requested features and bug-fixes, the full list of it is below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;H4&gt;Arrays:&lt;/H4&gt;Small Basic now has native support for arrays.&amp;nbsp; Array keys are not limited to numbers, and the arrays themselves can be multidimensional.&amp;nbsp; An example is:&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;people[1]["Name"]["First"] = "Carl"&lt;BR&gt;people[1]["Name"]["Last"] = "Fredrickson"&lt;BR&gt;people[1]["Age"] = 78&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;H4&gt;Uninitialized Variables:&lt;/H4&gt;The Compiler now catches and reports as error, any variable that isn't initialized but is being used in the program.&amp;nbsp; This makes it much easier to catch misspelt variables.&lt;/LI&gt;&lt;BR&gt;&lt;BR&gt;
&lt;LI&gt;
&lt;H4&gt;Spanish localization:&lt;/H4&gt;The UI and the API reference have been translated to Spanish, and is now available alongside English and French.&amp;nbsp; The Guide will follow in a couple days. &lt;BR&gt;&lt;BR&gt;
&lt;LI&gt;
&lt;H4&gt;Environment Features:&lt;/H4&gt;* &lt;STRONG&gt;Find feature&lt;/STRONG&gt;: Ctrl+F brings up the new Find dialog, F3 finds the next match&lt;BR&gt;* &lt;STRONG&gt;Line and column indicator&lt;/STRONG&gt;: At the bottom right of the editor is a line and column indicator&lt;BR&gt;* &lt;STRONG&gt;Save As&lt;/STRONG&gt; command + toolbar button&lt;BR&gt;* &lt;STRONG&gt;Format Program&lt;/STRONG&gt; command: Available from the context menu in the editor, this command reformats the entire program with the right indentation.&lt;BR&gt;* Mouse click and scroll support for Intellisense list box&lt;/LI&gt;&lt;BR&gt;&lt;BR&gt;
&lt;LI&gt;
&lt;H4&gt;Under the hood:&lt;/H4&gt;* A new attribute "HideFromIntellisense" which hides deprecated operations and properties from the Intellisense list&lt;/LI&gt;&lt;BR&gt;&lt;BR&gt;
&lt;LI&gt;
&lt;H4&gt;Others:&lt;/H4&gt;* Tons of bug fixes&lt;BR&gt;* Smaller footprint (installer is now just 3.7MB)&lt;BR&gt;* Setup now auto-detects presence of .Net framework 3.5 SP1&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9762855" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/update/default.aspx">update</category></item><item><title>What's new in v0.4 of Small Basic?</title><link>http://blogs.msdn.com/smallbasic/archive/2009/04/17/what-s-new-in-v0-4-of-small-basic.aspx</link><pubDate>Fri, 17 Apr 2009 02:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9553598</guid><dc:creator>vijayeg</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9553598.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9553598</wfw:commentRss><description>&lt;P&gt;Here's a complete list of what's changed in v0.4.&amp;nbsp; As usual, the fixes and features are based on what the community has requested using the forums.&amp;nbsp; So, if you would like to see something, feel free to drop a note at: &lt;A href="http://social.msdn.microsoft.com/Forums/en-US/smallbasic/threads"&gt;http://social.msdn.microsoft.com/Forums/en-US/smallbasic/threads&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Bug Fixes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Calling GraphicsWindow.Hide() will keep the window hidden until Show() is called.&lt;/LI&gt;
&lt;LI&gt;Fixed GetColorFromRGB to properly return White if supplied with 255,255,255.&lt;/LI&gt;
&lt;LI&gt;Sound.Play will rewind automatically at the end of playback&lt;/LI&gt;
&lt;LI&gt;Text indexes are all now 1-based&lt;/LI&gt;
&lt;LI&gt;Fixed crashes in Flickr object and Text object.&lt;/LI&gt;
&lt;LI&gt;Clock.WeekDay is now localized&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;New Features:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A Timer object with a Tick event - very useful for building games&lt;/LI&gt;
&lt;LI&gt;Clock object now has Milliseconds&lt;/LI&gt;
&lt;LI&gt;Text object now has GetIndexOf method&lt;/LI&gt;
&lt;LI&gt;Selection highlight marking - you can now easily find your variables.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Localization:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;French&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9553598" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/small+basic/default.aspx">small basic</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/features/default.aspx">features</category></item><item><title>v0.4 of Small Basic says "Bonjour"</title><link>http://blogs.msdn.com/smallbasic/archive/2009/04/14/v0-4-of-small-basic-says-bonjour.aspx</link><pubDate>Tue, 14 Apr 2009 20:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9548889</guid><dc:creator>vijayeg</dc:creator><slash:comments>11</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9548889.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9548889</wfw:commentRss><description>&lt;P&gt;Here it is, finally, the next installment of Small Basic CTP.&amp;nbsp; Once again, the new v0.4 version comes with a lot of bug fixes, and a new "Timer" object that makes writing games easier.&amp;nbsp; What really excites me with this release is that Small Basic is completely localizable, and as a start, we've localized the UI and the Library Help in French!&lt;/P&gt;
&lt;P&gt;Go check it out: &lt;A href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" mce_href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx"&gt;http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The localization was a community driven effort.&amp;nbsp; &lt;EM&gt;Sandra Aldana&lt;/EM&gt; and &lt;EM&gt;Dioni de Morena Morales&lt;/EM&gt; have been the main co-ordinators behind the effort and I'd like to thank&amp;nbsp;them for all their efforts.&amp;nbsp; In addition, the French translation was provided by &lt;EM&gt;Thierry Huguet&lt;/EM&gt; (Microsoft)&amp;nbsp;and &lt;EM&gt;Fabien Lavocat&lt;/EM&gt; (Microsoft Intern).&amp;nbsp; Many thanks to them too!&lt;/P&gt;
&lt;P&gt;The localized documentation will be released out of band as and when they arrive.&amp;nbsp; If you want to participate in the localization efforts, please feel free to contact me.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9548889" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/release/default.aspx">release</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/update/default.aspx">update</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/french/default.aspx">french</category></item><item><title>Announcing v0.3 again!</title><link>http://blogs.msdn.com/smallbasic/archive/2009/02/11/announcing-v0-3-again.aspx</link><pubDate>Wed, 11 Feb 2009 04:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9411711</guid><dc:creator>vijayeg</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9411711.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9411711</wfw:commentRss><description>&lt;P&gt;For some reason, my previous announcement didn't hit the front-page.&amp;nbsp; Here it is again!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/smallbasic/archive/2009/02/10/microsoft-small-basic-v0-3-is-here.aspx"&gt;http://blogs.msdn.com/smallbasic/archive/2009/02/10/microsoft-small-basic-v0-3-is-here.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9411711" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/small+basic/default.aspx">small basic</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/update/default.aspx">update</category></item><item><title>Announcing Small Basic v0.2, again!</title><link>http://blogs.msdn.com/smallbasic/archive/2008/12/18/announcing-small-basic-v0-2-again.aspx</link><pubDate>Thu, 18 Dec 2008 03:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9233103</guid><dc:creator>vijayeg</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9233103.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9233103</wfw:commentRss><description>&lt;P&gt;Some technical issues with the previous announcement - the blog ended up not showing on RSS feeds, etc.&amp;nbsp; So, here's another announcement!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;As promised, we have a new release of Small Basic!&amp;nbsp; This version contains all the most requested features by the user community.&amp;nbsp; Thanks everyone for the great suggestions and for making Small Basic better and better!&amp;nbsp; Please keep the feedback flowing.&amp;nbsp; We're listening.&lt;/P&gt;
&lt;P&gt;For those that are new,&amp;nbsp;Microsoft Small Basic is&amp;nbsp;a project that aims at bringing the fun back to programming and encourages everyone, from kids to adults to take their first step into the wondeful world of programming!&lt;/P&gt;
&lt;P&gt;At a high level, this release includes the following updates:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Bug fixes on the IDE 
&lt;LI&gt;A smarter compiler with better language service features, including auto-indent 
&lt;LI&gt;Inclusion of ElseIf keyword in the language 
&lt;LI&gt;Better File access operations 
&lt;LI&gt;Access to position and angle of Turtle&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" mce_href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx"&gt;Check out the latest version here!&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9233103" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/update/default.aspx">update</category></item><item><title>Announcing Small Basic v0_2!</title><link>http://blogs.msdn.com/smallbasic/archive/2008/12/17/small-basic-v0-2-is-out.aspx</link><pubDate>Wed, 17 Dec 2008 17:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9223561</guid><dc:creator>vijayeg</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/smallbasic/comments/9223561.aspx</comments><wfw:commentRss>http://blogs.msdn.com/smallbasic/commentrss.aspx?PostID=9223561</wfw:commentRss><description>&lt;P&gt;As promised, we have a new release of Small Basic!&amp;nbsp; This version contains all the most requested features by the user community.&amp;nbsp; Thanks everyone for the great suggestions and for making Small Basic better and better!&amp;nbsp; Please keep the feedback flowing.&amp;nbsp; We're listening.&lt;/P&gt;
&lt;P&gt;For those that are new,&amp;nbsp;Microsoft Small Basic is&amp;nbsp;a project that aims at bringing the fun back to programming and encourages everyone, from kids to adults to take their first step into the wondeful world of programming!&lt;/P&gt;
&lt;P&gt;At a high level, this release includes the following updates:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Bug fixes on the IDE&lt;/LI&gt;
&lt;LI&gt;A smarter compiler with better language service features, including auto-indent&lt;/LI&gt;
&lt;LI&gt;Inclusion of ElseIf keyword in the language&lt;/LI&gt;
&lt;LI&gt;Better File access operations&lt;/LI&gt;
&lt;LI&gt;Access to position and angle of Turtle&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="FONT-SIZE: 150%; FONT-WEIGHT: bold"&gt;&lt;A href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" mce_href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx"&gt;Check out the latest version here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here's a complete list of all the updates&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 4px; MARGIN: 4px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; FONT-SIZE: 80%; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 4px"&gt;&lt;STRONG&gt;Language and Editor&lt;/STRONG&gt; 
&lt;UL&gt;
&lt;LI&gt;Several Crash fixes&lt;/LI&gt;
&lt;LI&gt;Support for non-US regional OS settings&lt;/LI&gt;
&lt;LI&gt;Auto-indent&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Parentheses for conditional expressions are now optional&lt;/LI&gt;
&lt;LI&gt;Added ElseIf keyword to the language&lt;/LI&gt;
&lt;LI&gt;Support for inline comments&lt;/LI&gt;
&lt;LI&gt;Fixed bug with negative step value in For..EndFor&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Library API Additions&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Array&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;GetItemCount&lt;/LI&gt;
&lt;LI&gt;ContainsIndex&lt;/LI&gt;
&lt;LI&gt;ContainsValue&lt;/LI&gt;
&lt;LI&gt;RemoveValue&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Desktop&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Get ScreenWidth and ScreenHeight&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;CreateDirectory&lt;/LI&gt;
&lt;LI&gt;DeleteFile&lt;/LI&gt;
&lt;LI&gt;GetFiles&lt;/LI&gt;
&lt;LI&gt;GetDirectories&lt;/LI&gt;
&lt;LI&gt;WriteContents &lt;EM&gt;Fix: Now works even if the file doesn't already exist.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;GraphicsWindow&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Performance Improvements&lt;/LI&gt;
&lt;LI&gt;Width/Height &lt;EM&gt;Fix: No need to set these twice&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Hide &lt;EM&gt;Fixed crash&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Add/FillTriangle&lt;/LI&gt;
&lt;LI&gt;RotateShape&lt;/LI&gt;
&lt;LI&gt;CanResize &lt;EM&gt;You now have the option of changing the resize mode&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Left/Top &lt;EM&gt;You can now position the window&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;GetColorFromRGB &lt;EM&gt;Construct a valid color value from the color components&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Math&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Power&lt;/LI&gt;
&lt;LI&gt;GetRandomNumber &lt;EM&gt;Fix: Is one based and includes the max-number in range. &lt;STRONG&gt;[Breaking Change]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Program&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Fixes for End()&lt;/LI&gt;
&lt;LI&gt;ProgramDirectory &lt;EM&gt;Gets the directory of the program&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Append &lt;EM&gt;For those times when you want a number to be treated as text&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;GetCharacter &lt;EM&gt;Unicode character code to Character&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;GetCharacterCode &lt;EM&gt;Character to Unicode Character code&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;TextWindow&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Clear&lt;/LI&gt;
&lt;LI&gt;Left/Top&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Turtle&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Angle&lt;/LI&gt;
&lt;LI&gt;X, Y&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/DIV&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9223561" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/smallbasic/archive/tags/basic/default.aspx">basic</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/small/default.aspx">small</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/version/default.aspx">version</category><category domain="http://blogs.msdn.com/smallbasic/archive/tags/updates/default.aspx">updates</category></item></channel></rss>