<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Counter</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8207022/counter</link>
		<description>Posts in the discussion thread &quot;Counter&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 10 Jul 2026 10:43:55 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8207022#post-4040237</guid>
				<title>Re: Counter</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8207022/counter#post-4040237</link>
				<description></description>
				<pubDate>Fri, 26 Oct 2018 19:00:04 +0000</pubDate>
				<wikidot:authorName>OneLetterShor</wikidot:authorName>				<wikidot:authorUserId>4737965</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wanted a visual representation with dots. When 10 dots are accumulated, they are removed and 1 dot is added to the row below it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8207022#post-4036502</guid>
				<title>Re: Counter</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8207022/counter#post-4036502</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:51:23 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here is my version:</p> <div class="code"> <pre><code>0→A Repeat getKey A+1→A Output(1,1,Ans End</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8207022#post-4036488</guid>
				<title>Counter</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8207022/counter#post-4036488</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:34:15 +0000</pubDate>
				<wikidot:authorName>OneLetterShor</wikidot:authorName>				<wikidot:authorUserId>4737965</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>ClrHome ClrList L₁ 10→dim(L₁ Repeat getKey L₁(1)+1→L₁(1 If L₁(1)&gt;9:Then For(A,1,10 If L₁(A)&gt;9 and A≠10:Then 0→L₁(A L₁(A+1)+1→L₁(A+1 Output(A,1,&quot; //10 spaces End End End For(A,1,10 For(B,1,L₁(A Output(A,B,&quot;O End End End</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>