<?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/">
	<channel>
		<title><![CDATA[Boriel Basic Forum - Documentation]]></title>
		<link>https://forum.boriel.com/</link>
		<description><![CDATA[Boriel Basic Forum - https://forum.boriel.com]]></description>
		<pubDate>Sat, 16 May 2026 02:34:24 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[404 page not found]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=2333</link>
			<pubDate>Sun, 26 Feb 2023 19:18:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=207">zarsoft</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=2333</guid>
			<description><![CDATA[This page does not exist:<br />
<br />
<a href="https://zxbasic.readthedocs.io/en/latest/library/point/" target="_blank" rel="noopener" class="mycode_url">https://zxbasic.readthedocs.io/en/latest/library/point/</a>]]></description>
			<content:encoded><![CDATA[This page does not exist:<br />
<br />
<a href="https://zxbasic.readthedocs.io/en/latest/library/point/" target="_blank" rel="noopener" class="mycode_url">https://zxbasic.readthedocs.io/en/latest/library/point/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[First public release of ZX BASIC]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=2294</link>
			<pubDate>Wed, 18 Jan 2023 16:57:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=207">zarsoft</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=2294</guid>
			<description><![CDATA[When was the first public release of ZX BASIC?<br />
2010?]]></description>
			<content:encoded><![CDATA[When was the first public release of ZX BASIC?<br />
2010?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[https://zxbasic.readthedocs.io down?]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=1119</link>
			<pubDate>Thu, 10 Jun 2021 20:04:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=799">RandomiserUsr</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=1119</guid>
			<description><![CDATA[Hi<br />
<br />
Not sure if this is the best place to report this but <a href="https://zxbasic.readthedocs.io/" target="_blank" rel="noopener" class="mycode_url">https://zxbasic.readthedocs.io/</a> seems to be not working?]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
Not sure if this is the best place to report this but <a href="https://zxbasic.readthedocs.io/" target="_blank" rel="noopener" class="mycode_url">https://zxbasic.readthedocs.io/</a> seems to be not working?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Documentation frequently offline]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=1007</link>
			<pubDate>Wed, 13 Jan 2021 12:01:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=785">patters</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=1007</guid>
			<description><![CDATA[Hi,<br />
<br />
I have been frequently referring to the ZX Basic documentation while I have been programming. I find that at random (but multiple times a day) the search feature on the wiki returns no results for a short period which is quite frustrating. It's happened again right now. During though outages, luckily I can consult the markdown files on GitHub. However, they don't have a search function, which is useful so I do prefer the wiki.<br />
<br />
I also notice that the boriel.com landing site frequently drops off the Internet late at night too. Can you perhaps set up some kind of host monitoring to determine just how big a problem this is, or maybe raise a support ticket with the webhost?<br />
<br />
Thanks,<br />
<br />
Patters]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have been frequently referring to the ZX Basic documentation while I have been programming. I find that at random (but multiple times a day) the search feature on the wiki returns no results for a short period which is quite frustrating. It's happened again right now. During though outages, luckily I can consult the markdown files on GitHub. However, they don't have a search function, which is useful so I do prefer the wiki.<br />
<br />
I also notice that the boriel.com landing site frequently drops off the Internet late at night too. Can you perhaps set up some kind of host monitoring to determine just how big a problem this is, or maybe raise a support ticket with the webhost?<br />
<br />
Thanks,<br />
<br />
Patters]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Undocumented continuation line syntax?]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=555</link>
			<pubDate>Tue, 09 Jul 2013 15:12:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=203">Felix</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=555</guid>
			<description><![CDATA[Hello, everyone! First time poster here.<br />
<br />
While working on my second ZXBasic game, I accidentally discovered a syntax feature I can't seem to find documented anywhere.<br />
<br />
Namely, a backslash at the end of a line causes it to be concatenated with the next one. That also works inside a comment, in which case the next line is "eaten up". That's more or less like in C, if I remember correctly, but in ZXBasic it surprised me because the wiki only mentions the underscore as a continuation line.<br />
<br />
Is there anything I missed?]]></description>
			<content:encoded><![CDATA[Hello, everyone! First time poster here.<br />
<br />
While working on my second ZXBasic game, I accidentally discovered a syntax feature I can't seem to find documented anywhere.<br />
<br />
Namely, a backslash at the end of a line causes it to be concatenated with the next one. That also works inside a comment, in which case the next line is "eaten up". That's more or less like in C, if I remember correctly, but in ZXBasic it surprised me because the wiki only mentions the underscore as a continuation line.<br />
<br />
Is there anything I missed?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Double Size Print]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=455</link>
			<pubDate>Thu, 19 Apr 2012 01:19:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=129">britlion</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=455</guid>
			<description><![CDATA[You know, I've focused so much on making itty bitty unreadable text, that it was time to make up the balance.<br />
<br />
A whole evening poking in assembly, and it's 143 bytes? Heck, I'm slow!<br />
<br />
Anyway - Double sized printing. Including UDG.<br />
<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:DoubleSizePrint.bas"&gt;http://www.boriel.com/wiki/en/index.php ... ePrint.bas&lt;/a&gt;&lt;!-- m --&gt;<br />
<br />
<br />
No colour. That's what windowPaint - &lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:WindowPaint"&gt;http://www.boriel.com/wiki/en/index.php ... indowPaint&lt;/a&gt;&lt;!-- m --&gt; - is for!<br />
<br />
(Yes, I also added this - though it's solidly based on the paint routine packaged with putChars)]]></description>
			<content:encoded><![CDATA[You know, I've focused so much on making itty bitty unreadable text, that it was time to make up the balance.<br />
<br />
A whole evening poking in assembly, and it's 143 bytes? Heck, I'm slow!<br />
<br />
Anyway - Double sized printing. Including UDG.<br />
<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:DoubleSizePrint.bas"&gt;http://www.boriel.com/wiki/en/index.php ... ePrint.bas&lt;/a&gt;&lt;!-- m --&gt;<br />
<br />
<br />
No colour. That's what windowPaint - &lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:WindowPaint"&gt;http://www.boriel.com/wiki/en/index.php ... indowPaint&lt;/a&gt;&lt;!-- m --&gt; - is for!<br />
<br />
(Yes, I also added this - though it's solidly based on the paint routine packaged with putChars)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[clearbox]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=453</link>
			<pubDate>Tue, 17 Apr 2012 01:30:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=129">britlion</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=453</guid>
			<description><![CDATA[I've added a partial clear screen routine (clearBox.bas) to the library. It does what it says - clears a defined rectangle of the screen. Good for clearing out the bits you don't want, such as the game board, but leave the status bit alone.<br />
<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:ClearBox"&gt;http://www.boriel.com/wiki/en/index.php ... C:ClearBox&lt;/a&gt;&lt;!-- m --&gt;]]></description>
			<content:encoded><![CDATA[I've added a partial clear screen routine (clearBox.bas) to the library. It does what it says - clears a defined rectangle of the screen. Good for clearing out the bits you don't want, such as the game board, but leave the status bit alone.<br />
<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:ClearBox"&gt;http://www.boriel.com/wiki/en/index.php ... C:ClearBox&lt;/a&gt;&lt;!-- m --&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sprinter 2000 Bios 2.12 Documentation]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=440</link>
			<pubDate>Fri, 02 Mar 2012 15:02:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=119">LCD</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=440</guid>
			<description><![CDATA[Yesterday I found a old printout of the Sprinter 2000 BIOS 2.12 functions, I did the printout before the site folded. Unfortunaly the Informations are not available anywhere else on the Internet, so I scanned them to DJVU format and even if it looks like some thing was cropped out, I think, this informations will be very useful for making a Sprinter Target in ZXBC. So I uploaded it here:<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://min.us/mbk23elfOF"&gt;http://min.us/mbk23elfOF&lt;/a&gt;&lt;!-- m --&gt;<br />
I do not have BIOS 3.0 functions...<br />
I used DJVU because it produces files in size on 1/10 of PDF at much higher quality.<br />
A very good reader for DJVU format can be downloaded here:<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://code.google.com/p/windjview-subpix/"&gt;http://code.google.com/p/windjview-subpix/&lt;/a&gt;&lt;!-- m --&gt;]]></description>
			<content:encoded><![CDATA[Yesterday I found a old printout of the Sprinter 2000 BIOS 2.12 functions, I did the printout before the site folded. Unfortunaly the Informations are not available anywhere else on the Internet, so I scanned them to DJVU format and even if it looks like some thing was cropped out, I think, this informations will be very useful for making a Sprinter Target in ZXBC. So I uploaded it here:<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://min.us/mbk23elfOF"&gt;http://min.us/mbk23elfOF&lt;/a&gt;&lt;!-- m --&gt;<br />
I do not have BIOS 3.0 functions...<br />
I used DJVU because it produces files in size on 1/10 of PDF at much higher quality.<br />
A very good reader for DJVU format can be downloaded here:<br />
&lt;!-- m --&gt;&lt;a class="postlink" href="http://code.google.com/p/windjview-subpix/"&gt;http://code.google.com/p/windjview-subpix/&lt;/a&gt;&lt;!-- m --&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Librarys corrections to do]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=409</link>
			<pubDate>Thu, 17 Nov 2011 23:31:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=119">LCD</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=409</guid>
			<description><![CDATA[Hi Boriel, I currently make the ZXBC library helper for BorIDE and found some errors:<br />
LCase.bas<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>----------------------------------------------------------------<br />
' function LCase(s as String)<br />
' <br />
' Parameters: <br />
'     s: Input String<br />
'<br />
' Returns:<br />
'     A copy of S converted to UpperCase<br />
' ----------------------------------------------------------------</blockquote>
<br />
It should be:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>' Returns:<br />
'     A copy of S converted to LowerCase</blockquote>
Next what I do not understand: in Key Library you wrote about scancodes such as:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>SC_ENTER or SC_SPACE</blockquote>
But the key definitions are more like:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>KEYENTER or KEYSPACE</blockquote>
Other:<br />
In the Scroll Lib the SUB for scrolling up and down is named in both cases ScrollLeft. And it is written scrolling by pyxel, which is wrong and should be called pixel (PIcture ELement).<br />
<br />
Writing Docs for the Fourspriter will be a pain... But also the core commands await me.<br />
FIY: I changed the help system. Now it can display a HTML-Page, which includes a newly designed BorIDE Logo and styled text.]]></description>
			<content:encoded><![CDATA[Hi Boriel, I currently make the ZXBC library helper for BorIDE and found some errors:<br />
LCase.bas<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>----------------------------------------------------------------<br />
' function LCase(s as String)<br />
' <br />
' Parameters: <br />
'     s: Input String<br />
'<br />
' Returns:<br />
'     A copy of S converted to UpperCase<br />
' ----------------------------------------------------------------</blockquote>
<br />
It should be:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>' Returns:<br />
'     A copy of S converted to LowerCase</blockquote>
Next what I do not understand: in Key Library you wrote about scancodes such as:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>SC_ENTER or SC_SPACE</blockquote>
But the key definitions are more like:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>KEYENTER or KEYSPACE</blockquote>
Other:<br />
In the Scroll Lib the SUB for scrolling up and down is named in both cases ScrollLeft. And it is written scrolling by pyxel, which is wrong and should be called pixel (PIcture ELement).<br />
<br />
Writing Docs for the Fourspriter will be a pain... But also the core commands await me.<br />
FIY: I changed the help system. Now it can display a HTML-Page, which includes a newly designed BorIDE Logo and styled text.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Updates]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=277</link>
			<pubDate>Wed, 21 Jul 2010 02:36:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=129">britlion</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=277</guid>
			<description><![CDATA[I inserted documentation for <br />
<br />
INK <br />
PAPER<br />
BORDER<br />
INVERSE<br />
BOLD<br />
ITALIC<br />
<br />
<br />
I added (Library Function) Input to the list, and changed CSRLIN and POS into versions that show they are (Library Functions) not inherently reserved words.<br />
<br />
I then added INPUT and INKEY.]]></description>
			<content:encoded><![CDATA[I inserted documentation for <br />
<br />
INK <br />
PAPER<br />
BORDER<br />
INVERSE<br />
BOLD<br />
ITALIC<br />
<br />
<br />
I added (Library Function) Input to the list, and changed CSRLIN and POS into versions that show they are (Library Functions) not inherently reserved words.<br />
<br />
I then added INPUT and INKEY.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The complex page about DIM]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=263</link>
			<pubDate>Sun, 20 Jun 2010 23:17:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=160">programandala.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=263</guid>
			<description><![CDATA[I've rearranged the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:DIM" target="_blank" rel="noopener" class="mycode_url">DIM page</a>. It is the most complex page I've seen in the wiki.There were double contents here and there, and no clear order. It seems text was pasted from different sources several times. I tried to reorganize the whole into two subheaders (variables and arrays). I think now the order is clearer, and there are no redundant contents. I linked to the mentioned command line options, and to the pragma page (that doesn't exist yet).<br />
<br />
May someone take a look and see, if something is missing or wrong in the contents, the order or the headers? Thank you.]]></description>
			<content:encoded><![CDATA[I've rearranged the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:DIM" target="_blank" rel="noopener" class="mycode_url">DIM page</a>. It is the most complex page I've seen in the wiki.There were double contents here and there, and no clear order. It seems text was pasted from different sources several times. I tried to reorganize the whole into two subheaders (variables and arrays). I think now the order is clearer, and there are no redundant contents. I linked to the mentioned command line options, and to the pragma page (that doesn't exist yet).<br />
<br />
May someone take a look and see, if something is missing or wrong in the contents, the order or the headers? Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Suggestion about the functions and the brackets]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=257</link>
			<pubDate>Fri, 18 Jun 2010 16:52:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=160">programandala.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=257</guid>
			<description><![CDATA[I suggest to <span style="font-weight: bold;" class="mycode_b">always use brackets with functions</span>, both in the Syntax and Examples sections, and <span style="font-weight: bold;" class="mycode_b">everywhere in the docs</span>.<br />
<br />
I suggest to include a note in the language reference page in order to <span style="font-weight: bold;" class="mycode_b">explain that brackets are optional</span> in functions for the sake of compatibility with Sinclair BASIC (and maybe FreeBASIC in some cases). But that's all.<br />
<br />
I think the code is much more clear with brackets; they help to avoid bugs too. And it's the standard beside a good practice, isn't it? On the other hand, it's good to have a clear convention to write the docs.]]></description>
			<content:encoded><![CDATA[I suggest to <span style="font-weight: bold;" class="mycode_b">always use brackets with functions</span>, both in the Syntax and Examples sections, and <span style="font-weight: bold;" class="mycode_b">everywhere in the docs</span>.<br />
<br />
I suggest to include a note in the language reference page in order to <span style="font-weight: bold;" class="mycode_b">explain that brackets are optional</span> in functions for the sake of compatibility with Sinclair BASIC (and maybe FreeBASIC in some cases). But that's all.<br />
<br />
I think the code is much more clear with brackets; they help to avoid bugs too. And it's the standard beside a good practice, isn't it? On the other hand, it's good to have a clear convention to write the docs.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Suggestion for the Syntax section]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=256</link>
			<pubDate>Fri, 18 Jun 2010 16:42:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=160">programandala.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=256</guid>
			<description><![CDATA[Hi all,<br />
<br />
I've been thinking how to simplify and homogenize the docs; and also how to make them easier to create and mantain.<br />
<br />
I'm preparing a list of detailed suggestions for your consideration, but the first one is ready:<br />
<br />
I suggest for the Syntax section:<br />
<ul class="mycode_list"><li>to use &lt;freebasic&gt;&lt;/freebasic&gt;. I think it's easier to write and to read, and it looks nicer and more clear. The current combination of bold and italic is not comfortable to edit (besides, I think their Mediawiki notation is unhandy and hard to read).<br />
</li>
<li>to show syntax variants simply one after another, without "or" or any kind of comment; simply one line of code per variant (no need to mark optional parameters). No text in the section, only clear code with proper parameter names.<br />
</li>
<li>to use lowercase (it's a fact it's easier to read and to write) for everything (keywords and parameters).<br />
</li>
<li>to use camelCase for parameters with compound names (they cannot be reserved words anymore, because of &lt;freebasic&gt;).</li>
</ul>
<br />
You can see and example in the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:PEEK" target="_blank" rel="noopener" class="mycode_url">peek</a> page I just rearranged. Note I left both syntax layouts for you to compare. Also the rest of the page is changed to illustrate some of my future suggestions.]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I've been thinking how to simplify and homogenize the docs; and also how to make them easier to create and mantain.<br />
<br />
I'm preparing a list of detailed suggestions for your consideration, but the first one is ready:<br />
<br />
I suggest for the Syntax section:<br />
<ul class="mycode_list"><li>to use &lt;freebasic&gt;&lt;/freebasic&gt;. I think it's easier to write and to read, and it looks nicer and more clear. The current combination of bold and italic is not comfortable to edit (besides, I think their Mediawiki notation is unhandy and hard to read).<br />
</li>
<li>to show syntax variants simply one after another, without "or" or any kind of comment; simply one line of code per variant (no need to mark optional parameters). No text in the section, only clear code with proper parameter names.<br />
</li>
<li>to use lowercase (it's a fact it's easier to read and to write) for everything (keywords and parameters).<br />
</li>
<li>to use camelCase for parameters with compound names (they cannot be reserved words anymore, because of &lt;freebasic&gt;).</li>
</ul>
<br />
You can see and example in the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:PEEK" target="_blank" rel="noopener" class="mycode_url">peek</a> page I just rearranged. Note I left both syntax layouts for you to compare. Also the rest of the page is changed to illustrate some of my future suggestions.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[First version of RND]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=255</link>
			<pubDate>Fri, 18 Jun 2010 15:49:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=160">programandala.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=255</guid>
			<description><![CDATA[I've just created the first version of <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:RND" target="_blank" rel="noopener" class="mycode_url">RND</a>. The remarks are adapted from a recent message of boriel, and the examples are taken from FreeBASIC.]]></description>
			<content:encoded><![CDATA[I've just created the first version of <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:RND" target="_blank" rel="noopener" class="mycode_url">RND</a>. The remarks are adapted from a recent message of boriel, and the examples are taken from FreeBASIC.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[First draft of FOR...NEXT]]></title>
			<link>https://forum.boriel.com/showthread.php?tid=245</link>
			<pubDate>Wed, 16 Jun 2010 15:46:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.boriel.com/member.php?action=profile&uid=160">programandala.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.boriel.com/showthread.php?tid=245</guid>
			<description><![CDATA[I created the first draft of the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:FOR" target="_blank" rel="noopener" class="mycode_url">FOR...NEXT</a> page.]]></description>
			<content:encoded><![CDATA[I created the first draft of the <a href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:FOR" target="_blank" rel="noopener" class="mycode_url">FOR...NEXT</a> page.]]></content:encoded>
		</item>
	</channel>
</rss>