<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Quick Basic in Application &#187; Variables and basic math</title>
	<atom:link href="http://qbasiccode.wordpress.com/tag/variables-and-basic-math/feed/" rel="self" type="application/rss+xml" />
	<link>http://qbasiccode.wordpress.com</link>
	<description>Problem Solving Mathematical With QBasic</description>
	<lastBuildDate>Fri, 06 Mar 2009 17:29:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='qbasiccode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3fcfabe940a1af4b3114136201296fa4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Quick Basic in Application &#187; Variables and basic math</title>
		<link>http://qbasiccode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://qbasiccode.wordpress.com/osd.xml" title="Quick Basic in Application" />
		<item>
		<title>Variables and basic math</title>
		<link>http://qbasiccode.wordpress.com/2008/05/20/variables-and-basic-math/</link>
		<comments>http://qbasiccode.wordpress.com/2008/05/20/variables-and-basic-math/#comments</comments>
		<pubDate>Tue, 20 May 2008 02:34:15 +0000</pubDate>
		<dc:creator>programmervb</dc:creator>
				<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Variables and basic math]]></category>

		<guid isPermaLink="false">http://qbasiccode.wordpress.com/?p=15</guid>
		<description><![CDATA[Let&#8217;s start wuth this
CLS
Let variable=7
?Variable
ps:
Remember that this program will not print the word variable, it will print whatever letters or numbers have been assigned to that variable.
and next a new program that adds two variables
cls
first=4
second=6
third=first + second
?first;&#8221;+&#8221;second;&#8221;=&#8221;;third
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qbasiccode.wordpress.com&blog=3693331&post=15&subd=qbasiccode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Let&#8217;s start wuth this</p>
<p>CLS</p>
<p>Let variable=7</p>
<p>?Variable</p>
<p>ps:</p>
<p>Remember that this program will not print the word variable, it will print whatever letters or numbers have been assigned to that variable.</p>
<p>and next a new program that adds two variables</p>
<p>cls</p>
<p>first=4</p>
<p>second=6</p>
<p>third=first + second</p>
<p>?first;&#8221;+&#8221;second;&#8221;=&#8221;;third</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qbasiccode.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qbasiccode.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qbasiccode.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qbasiccode.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qbasiccode.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qbasiccode.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qbasiccode.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qbasiccode.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qbasiccode.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qbasiccode.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qbasiccode.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qbasiccode.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qbasiccode.wordpress.com&blog=3693331&post=15&subd=qbasiccode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qbasiccode.wordpress.com/2008/05/20/variables-and-basic-math/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2674707c280c919927848f4ac76e810e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ed</media:title>
		</media:content>
	</item>
	</channel>
</rss>