<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Test'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 09:03:54 GMT</pubDate>
<item>
<title>mattloto said on 9/26/10</title>
<link>http://snipplr.com/view/41043/test/</link>
<description><![CDATA[ wait, computers can do that?!? ]]></description>
<pubDate>Sun, 26 Sep 2010 12:24:33 GMT</pubDate>
<guid>http://snipplr.com/view/41043/test/</guid>
</item>
<item>
<title>dragon2041 said on 9/26/10</title>
<link>http://snipplr.com/view/41043/test/</link>
<description><![CDATA[ This is an amazing program. You have revolutionized programming for me. ]]></description>
<pubDate>Sun, 26 Sep 2010 12:04:01 GMT</pubDate>
<guid>http://snipplr.com/view/41043/test/</guid>
</item>
<item>
<title>openote said on 9/26/10</title>
<link>http://snipplr.com/view/41043/test/</link>
<description><![CDATA[ hey i think that you could possibly make this more interesting. also, instead of having 
` var a:integer; begin a:=10; ` 

you could simply put

` const a:integer = 10; begin writeln(a); end. ` 

which would have been a lot shorter ]]></description>
<pubDate>Sun, 26 Sep 2010 04:29:47 GMT</pubDate>
<guid>http://snipplr.com/view/41043/test/</guid>
</item>
<item>
<title>openote said on 9/26/10</title>
<link>http://snipplr.com/view/41043/test/</link>
<description><![CDATA[ hey i think that you could possibly make this more interesting.
also, instead of having 
`
var
     a:integer;

begin
     a:=10;
`
you could simply put

`
const
     a:integer = 10;

begin
     writeln(a);
end.
`
which would have been a lot shorter ]]></description>
<pubDate>Sun, 26 Sep 2010 04:28:58 GMT</pubDate>
<guid>http://snipplr.com/view/41043/test/</guid>
</item>
</channel>
</rss>