<?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>Comments for page &quot;fizz- buzz&quot;</title>
		<link>http://tibasicdev.wikidot.com/forum/t-12771234/fizz-buzz</link>
		<description>Posts in the discussion thread &quot;fizz- buzz&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 22 Apr 2026 15:34:34 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-12771234#post-4412184</guid>
				<title>source code</title>
				<link>http://tibasicdev.wikidot.com/forum/t-12771234/fizz-buzz#post-4412184</link>
				<description></description>
				<pubDate>Fri, 01 Nov 2019 19:52:20 +0000</pubDate>
				<wikidot:authorName>doodledill21</wikidot:authorName>				<wikidot:authorUserId>5839204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't know how to put source code onto the site so I just put it here instead:p</p> <div class="code"> <pre><code>ClrHome 0-&gt;A .3-&gt;B .7-&gt;F Lbl 6 Disp &quot;BUZZ FOR?-(0 NOT&quot; Input &quot;T0 BUZZ):&quot;,C Disp &quot;FIZZ FOR?-(0 NOT&quot; Input &quot;TO FIZZ):&quot;,D If (C&lt;0)+(C&gt;9)+(D&lt;0)+(D&gt;9)&gt;0 Goto 6 ClrHome If C!=0 Disp &quot;B FOR BUZZ&quot; If D!=0 Disp &quot;F FOR FIZZ&quot; Disp &quot;START COUNTING&quot;,&quot;GO!&quot; Lbl 1 A+1-&gt;A Input E 0-&gt;G If C=0 Goto 3 If A/C=int((A/C) B-&gt;G A/10-&gt;H Lbl 2 If fPart(H=C/10 B-&gt;G iPart(H-&gt;I If I=0 Goto 3 I/10-&gt;H Goto 2 Lbl 3 0-&gt;H If D=0 Goto 5 If A/D=int((A/D) F-&gt;H A/10-&gt;I Lbl 4 If fPart(I=D/10 F-&gt;H iPart(I-&gt;J If J=0 Goto 5 J/10-&gt;I Goto 4 Lbl 5 A-&gt;I If G=B G-&gt;I If H=F H-&gt;I If GH=BF GH-&gt;I If I=E Goto 1 Disp &quot;WRONG!&quot;,&quot;YOU LOSE!&quot; Stop</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>